We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24df5d commit a756367Copy full SHA for a756367
.github/workflows/deploy-prod.yaml
@@ -9,5 +9,8 @@ on:
9
jobs:
10
deploy-prod:
11
uses: ./.github/workflows/serverless-deploy.yaml
12
+ permissions:
13
+ id-token: write
14
+ contents: read
15
with:
16
ENVIRONMENT: prod
0 commit comments