CUP-1135: Grant release job contents write for version tags - #39
Open
Julianacodes wants to merge 1 commit into
Open
CUP-1135: Grant release job contents write for version tags#39Julianacodes wants to merge 1 commit into
Julianacodes wants to merge 1 commit into
Conversation
CUP-1135: the 2.0.0 gem published, then github-actions[bot] got 403 tagging v2.0.0 because GITHUB_TOKEN was read-only. Signed-off-by: Juliana Hernandez <juliana88h@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Julianacodes
marked this pull request as ready for review
September 1, 2026 19:50
joe-sharp
self-requested a review
September 1, 2026 19:52
joe-sharp
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
migration-lock-timeout2.0.0 to RubyGems, then failed pushing tagv2.0.0becauseGITHUB_TOKENonly hadcontents: read.contents: writeon thereleasejob (workflow default stayscontents: read) sofac/ruby-gem-push-actioncan create tags.Test plan
workflow_dispatch, or tagv2.0.0on7f6329eby handv2.0.0exists on GitHub; RubyGems already has 2.0.0 and will ignore a duplicate pushMade with Cursor