Set workflow permission
This commit is contained in:
parent
bdd53cdee3
commit
cada62f902
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
|
@ -7,7 +7,9 @@ on:
|
||||||
- main
|
- main
|
||||||
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