Skip to content

Commit 9f4c2dd

Browse files
committed
added read-permission to deploy.yaml
1 parent bc5a3c6 commit 9f4c2dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Deploy to Cloud Functions
22

33
permissions:
4-
id-token: write
4+
id-token: write # This is required for requesting the JWT
5+
contents: read # This is required for actions/checkout
56

67
on:
78
workflow_dispatch: # Manually trigger the workflow

0 commit comments

Comments
 (0)