ci: replace RELEASE_PAT with GITHUB_TOKEN in bump workflow, add concurrency and dispatch-based release trigger#9
Merged
Conversation
…rrency and workflow_dispatch trigger Co-authored-by: MacBuchi <63749065+MacBuchi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Review Bump/Release workflow and PAT_Token configuration
ci: replace RELEASE_PAT with GITHUB_TOKEN in bump workflow, add concurrency and dispatch-based release trigger
Mar 5, 2026
MacBuchi
marked this pull request as ready for review
March 5, 2026 22:41
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.
bump.ymldepended onsecrets.RELEASE_PATto push tags and triggerrelease.yml. A missing or expired PAT silently breaks the entire bump→release pipeline.Changes
bump.ymlgithub.token(contents: write+actions: writepermissions)gh workflow run—GITHUB_TOKENtag pushes don't firepush: tagsworkflow triggers by design;workflow_dispatchAPI calls doid: bump+$GITHUB_OUTPUTfeeds the dispatch step in both the "new bump" and "retrigger failed release" branchesconcurrencygroup (cancel-in-progress: false) — serialises runs when multiple PRs merge in quick succession; a queued run correctly finds nothing to do after the preceding run has already bumpedrelease.ymlNo changes —
workflow_dispatchwithinputs.tagwas already present and handles checkout at the specified tag.AGENTS.mdUpdated CI/CD pipeline docs to reflect no-PAT approach, concurrency protection, and dispatch-based trigger mechanism.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.