Add writable permission for GitHub Actions
This commit is contained in:
parent
910ab4ed63
commit
620ca42ee2
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -13,6 +13,9 @@ on:
|
||||
default: true
|
||||
required: true
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
test:
|
||||
uses: ./.github/workflows/_test.yml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user