CI: Update Cirrus Rolling upload token #1086
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update the Cirrus Rolling binaries upload token, which had expired.
Some context, for anyone wanting to know more about this:
(Note for context, in case anyone is wondering and is unclear how we set these up: For convenience reasons, this is a fine-grained PAT with just the needed permissions for pulsar-rolling-releases repo, generated on my personal GitHub account. The PAT could just as well be made on anyone's account with adequate permissions to the pulsar-rolling-releases repo. We could further jump through some hoops to make a "GitHub App" to be able to auth as the app or as the org or whichever it is instead, but it appears, to put it mildly, to be a huge hassle and without a whole lot of benefit. So, going to keep doing this as a PAT for now.)
(Second note for more context: I already updated the GitHub Actions Rolling token, which I can do in the settings UI for this repo here on GitHub.com, and doesn't require any changes to repo files, so it didn't need a PR. Updating the Cirrus rolling upload token requires updating
.cirrus.yml
, and so requires a PR (e.g. this PR) to get that changed file into the repo.)