fix(ci): add workflows permission for pushing to master
This commit is contained in:
parent
ef7276a46a
commit
1f493cc921
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -23,6 +23,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
workflows: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user