fix: add pull-requests write permission to release workflow (#13)

The reusable release workflow declares pull-requests:write but the
caller didn't grant it, causing startup_failure on GitHub Actions.

Co-authored-by: Hugh Hackman [bot] <hugh-hackman[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit was merged in pull request #13.
This commit is contained in:
privilegedescalation-paperclip[bot]
2026-03-19 21:32:59 +00:00
committed by GitHub
parent bc59cd7a23
commit ce5c0da56e
+1
View File
@@ -10,6 +10,7 @@ on:
permissions: permissions:
contents: write contents: write
pull-requests: write
jobs: jobs:
release: release: