Skip to content

Commit a70b28f

Browse files
cgrindelclaude
andcommitted
ci: change contents permission to write for release notes API
The GitHub API releases/generate-notes endpoint requires contents: write permission, not just contents: read. This fixes HTTP 403 errors in tests that generate release notes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 02798aa commit a70b28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1818
cancel-in-progress: true
1919
permissions:
20-
contents: read
20+
contents: write
2121
pull-requests: read
2222
jobs:
2323
all_ci_tests:

0 commit comments

Comments
 (0)