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:
@@ -8,6 +8,9 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
release-windows:
|
||||
uses: ./.github/workflows/build-windows.yml
|
||||
|
||||
Reference in New Issue
Block a user