Set workflow permission
This commit is contained in:
parent
bdd53cdee3
commit
cada62f902
1 changed files with 3 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# remove-deploy-label:
|
# remove-deploy-label:
|
||||||
# name: Remove deploy label
|
# name: Remove deploy label
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue