Skip to content

Commit 3f5bbd3

Browse files
AYastrebovclaude
andcommitted
Fix GitHub Actions release permissions
Add contents: write permission to allow GITHUB_TOKEN to create releases. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b0c1c41 commit 3f5bbd3

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
@@ -11,6 +11,9 @@ on:
1111
required: false
1212
default: ''
1313

14+
permissions:
15+
contents: write
16+
1417
jobs:
1518
build:
1619
runs-on: macos-latest

0 commit comments

Comments
 (0)