Skip to content

Commit dae6af6

Browse files
hydropixclaude
andcommitted
fix: Add write permissions to installer workflow for release uploads
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6ab164d commit dae6af6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-installer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
required: false
1414
default: 'dev'
1515

16+
permissions:
17+
contents: write
18+
1619
env:
1720
PYTHON_VERSION: '3.11'
1821

0 commit comments

Comments
 (0)