ci: add write permissions for GitHub releases
- Add contents:write permission to allow release creation - Fixes 403 error when creating releases
This commit is contained in:
parent
9e46ffc075
commit
b50a323e3e
|
|
@ -9,6 +9,10 @@ on:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue