Skip to content

Commit 00ef2f5

Browse files
mogitaclaude
andauthored
fix(ci): grant contents write to the release job (#400)
ncipollo/release-action creates the tag and release with GITHUB_TOKEN, which needs contents write. The least-privilege change left it at read, so the v8.6.0 release failed with a 403. Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
1 parent bd8580a commit 00ef2f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- master
88

99
permissions:
10-
contents: read
10+
contents: write
1111
pull-requests: read
1212

1313
jobs:

0 commit comments

Comments
 (0)