An open API service indexing awesome lists of open source software.

https://github.com/netlify/cloudsmith-cargo-action

Sets up credentials to let cargo pull from cloudsmith
https://github.com/netlify/cloudsmith-cargo-action

Last synced: 4 months ago
JSON representation

Sets up credentials to let cargo pull from cloudsmith

Awesome Lists containing this project

README

        

# cloudsmith-cargo-action

This sets up the credentials necessary to let `cargo` pull crates from
a private Cloudsmith repository.

### Usage

The only required input, `token`, is the *secret* for an entitlement token
with read access to the repo you're using.

```yaml
- uses: netlify/cloudsmith-cargo-action@v1
with:
token: ${{ secrets.CLOUDSMITH_TOKEN }}
```