Skip to content

Commit 3eb2688

Browse files
AtizaDclaude
andcommitted
Add explicit permissions to workflow for release creation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1b6b9a6 commit 3eb2688

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/simple-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- 'v*'
77
workflow_dispatch:
88

9+
permissions:
10+
contents: write
11+
pull-requests: read
12+
913
jobs:
1014
windows-build:
1115
runs-on: windows-2022

0 commit comments

Comments
 (0)