Add contents write permission to release workflow

Updated the release-all GitHub Actions workflow to include 'contents: write' permission, enabling the workflow to perform actions that require write access to repository contents.
This commit is contained in:
oop7
2026-01-17 22:04:23 +02:00
parent 5ed67cb32f
commit 6a4264eeab
+3
View File
@@ -8,6 +8,9 @@ on:
required: true
type: string
permissions:
contents: write
jobs:
release-windows:
uses: ./.github/workflows/build-windows.yml