Skip to content

Commit a059fba

Browse files
committed
added permisions to id_token
1 parent cc220d8 commit a059fba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
on:
33
workflow_dispatch
44

5+
permissions:
6+
id-token: write
7+
contents: read
8+
59
# Environment variables are defined in an "env" section.
610
# We set the target environment to dev.
711
# Open the deploy-advanced.yml file to see how we can accept user input

0 commit comments

Comments
 (0)