Skip to content

Commit 5d32a3f

Browse files
Fix release upload permission in deps build workflow
Add contents: write permission so GITHUB_TOKEN can upload to releases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4c96a9b commit 5d32a3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-deps-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
required: false
1313
type: string
1414

15+
permissions:
16+
contents: write
17+
1518
jobs:
1619
build-deps:
1720
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)