Skip to content

Commit a9a14c0

Browse files
raaymaxclaude
andcommitted
ci: add contents write permission to release workflow
Required for uploading assets to GitHub releases Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent bb8cc49 commit a9a14c0

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
@@ -13,6 +13,9 @@ on:
1313
env:
1414
CARGO_TERM_COLOR: always
1515

16+
permissions:
17+
contents: write
18+
1619
jobs:
1720
build-and-upload:
1821
name: Build and Upload

0 commit comments

Comments
 (0)