Skip to content

Commit b1dcdf1

Browse files
xotahalclaude
andcommitted
ci: add contents write permission for publish job
The GITHUB_TOKEN needs explicit write permission to create GitHub releases and push tags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4540ce4 commit b1dcdf1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
needs: test
2222
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
2323
runs-on: ubuntu-latest
24+
permissions:
25+
contents: write
2426
steps:
2527
- uses: actions/checkout@v4
2628
with:

0 commit comments

Comments
 (0)