fix(ci): add workflows: write permission to create-historical-releases workflow#71
Merged
yeison-liscano merged 3 commits intomainfrom Apr 23, 2026
Merged
Conversation
…ow-file-touching commits Co-authored-by: yeison-liscano <104051061+yeison-liscano@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [PR-70] Add new tag v0.4.0 and release process
fix(ci): add Mar 18, 2026
workflows: write permission to create-historical-releases workflow
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.
The
create-historical-releasesworkflow fails with HTTP 403 when creating tags for historical commits that touched.github/workflows/files — GitHub enforces this check server-side for bothgit pushand direct REST API ref creation, requiringworkflows: writein addition tocontents: write.Changes
.github/workflows/create-historical-releases.ymlworkflows: writeto thepermissionsblockworkflows: writecannot be granted via thepermissionsblock (the previous PR misread GitHub's "action_required" review prompt for workflow file changes as a syntax validation failure)📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.