Skip to content

Commit 84225b6

Browse files
abdullahainunclaude
andcommitted
fix: add contents write permission to release workflow
- Add permissions section to grant contents write access - This allows the workflow to create GitHub releases - Fixes 403 permission error when creating releases 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 8d1d5c5 commit 84225b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)