Replies: 1 comment
-
|
Tokens are listed at https://crates.io/settings/tokens. Tracking for myself: To convertTo add publishing workflow to
Separately, publishing groups might remain for manual publishes and yanks? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a few scoped tokens stored in per-repository secrets to allow publishing a few crates hosted here. Recently,
cargoadded trusted publishing:https://blog.rust-lang.org/2025/07/11/crates-io-development-update-2025-07/#trusted-publishing
This allows one to configure a trusted GitHub workflow on crates.io that is allowed to publish the crate, without setting up a secret. I'm opening this discussion for myself to track down all the repositories here that use such a setup and replace them, but also want to encourage all other developers to do the same (or set up a publishing pipeline based on this in the first place, to reduce the bus factor too).
Beta Was this translation helpful? Give feedback.
All reactions