Skip to content
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

Add a CI workflow to publish new releases after a tag is pushed #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kobzol
Copy link

@Kobzol Kobzol commented May 29, 2024

Context: rust-lang/infra-team#117

This repo has write access by t-compiler and t-compiler-contributors, and currently this workflow creates a release after a push of a tag or manually through workflow_dispatch. If we don't want to give right to publish to t-compiler-contributors, then we can remove the workflow_dispatch trigger, and create a branch protection to e.g. v-* tags that would only allow t-compiler to push.

Requires a new secret CARGO_REGISTRY_TOKEN to be added to the secrets of this repository, which has scoped access to publish rustc-demangle.

@Kobzol
Copy link
Author

Kobzol commented Jul 22, 2024

CC @jdno, could you please also add the token here? Thanks!

@jdno
Copy link
Member

jdno commented Aug 14, 2024

CARGO_REGISTRY_TOKEN has been added. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants