-
Notifications
You must be signed in to change notification settings - Fork 367
Configure trusted publishing for futures-rs #2594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,3 +17,23 @@ pattern = "main" | |
| required-approvals = 0 | ||
|
|
||
| [environments.github-pages] | ||
|
|
||
| [environments.publish] | ||
| branches = ["main"] | ||
|
|
||
| [[crates-io]] | ||
| crates = [ | ||
| "futures", | ||
| "futures-channel", | ||
| "futures-core", | ||
| "futures-executor", | ||
| "futures-io", | ||
| "futures-macro", | ||
| "futures-sink", | ||
| "futures-task", | ||
| "futures-test", | ||
| "futures-util", | ||
| ] | ||
| publish-workflow = "publish.yml" | ||
| publish-environment = "publish" | ||
| teams = ["wg-async"] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this an approver? Since cramertj stopped being involved (5-6 years ago?) I'm the only current member of wg-async who has been involved in maintaining futures-rs, it seems odd that all wg members would have permission over releases.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This specifies which team will own the crate on crates.io. But in practice with trusted publishing turned on, the only thing that this is useful for is yanking. By the way, it would be great if the current active roster of wg-async was updated to match today's state!
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Technically these people have access to turn off trusted publishing and manually publish, but that would be a loud-ish action. Long-term I personally would like us to remove all human access to crates.io' (probably proxying yanks via some github/zulip bot) and/or have stronger yank-only enforcemeent. |
||
Uh oh!
There was an error while loading. Please reload this page.