Skip to content

Commit a756367

Browse files
refactor: add permissions to deploy prod
1 parent f24df5d commit a756367

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-prod.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ on:
99
jobs:
1010
deploy-prod:
1111
uses: ./.github/workflows/serverless-deploy.yaml
12+
permissions:
13+
id-token: write
14+
contents: read
1215
with:
1316
ENVIRONMENT: prod

0 commit comments

Comments
 (0)