Skip to content

Commit b535170

Browse files
fix(ci): Add actions:write permission for workflow dispatch
The auto-release workflow needs actions:write to trigger the build-release workflow via gh workflow run. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 150eaa7 commit b535170

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212

1313
permissions:
1414
contents: write
15+
actions: write
1516

1617
steps:
1718
- name: Checkout

0 commit comments

Comments
 (0)