-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Description
See description here: https://crates.io/docs/trusted-publishing
Trusted Publishing is a secure way to publish your Rust crates from CI/CD platforms like GitHub Actions and GitLab CI/CD without manually managing API tokens. It uses OpenID Connect (OIDC) to verify that your workflow is running from your repository, then provides a short-lived token for publishing.
Instead of storing long-lived API tokens in your repository secrets, Trusted Publishing allows your CI/CD platform to authenticate directly with crates.io using cryptographically signed tokens that prove the workflow's identity.
I've set this up on a few repos and would be happy to make a PR for this as well, though I'm busy and then on vacation next week.
Metadata
Metadata
Assignees
Labels
No labels