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 ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue