Skip to content

Commit 9da0afe

Browse files
committed
Fix GitHub Actions permissions for release creation
Add 'contents: write' permission to allow workflow to create releases. This fixes the 403 'Resource not accessible by integration' error.
1 parent 1edf19e commit 9da0afe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [ main, master ]
88
workflow_dispatch:
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
1114
build-windows-msvc:
1215
runs-on: windows-latest

0 commit comments

Comments
 (0)