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:
LemonNexus 2026-02-12 16:49:33 +00:00
parent 9e46ffc075
commit b50a323e3e
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ on:
branches: [ main ]
workflow_dispatch:
permissions:
contents: write
packages: write
jobs:
build-windows:
runs-on: windows-latest