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
- Host: GitHub
- URL: https://github.com/netlify/cloudsmith-cargo-action
- Owner: netlify
- Created: 2020-12-18T11:17:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T08:29:56.000Z (over 1 year ago)
- Last Synced: 2025-02-25T13:15:43.601Z (4 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 }}
```