Skip to content

Commit 3174cf9

Browse files
devClunaclaude
andcommitted
ci: add contents:write permission and explicit token to enable GitHub release creation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ac526e5 commit 3174cf9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113

1214
steps:
1315
- name: Checkout
@@ -72,3 +74,4 @@ jobs:
7274
tag_name: v${{ steps.pkg.outputs.version }}
7375
name: v${{ steps.pkg.outputs.version }}
7476
generate_release_notes: true
77+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)