Set workflow permission
This commit is contained in:
parent
0023b95830
commit
bdd53cdee3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
|
|
@ -5,7 +5,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
jobs:
|
||||
# remove-deploy-label:
|
||||
# name: Remove deploy label
|
||||
|
|
|
|||
Loading…
Reference in a new issue