File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
environment : ${{ inputs.environment }}
15
15
permissions :
16
16
contents : ' read'
17
- # Requird for OIDC auth with GCP.
18
- # @see: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
19
- id-token : ' write'
20
17
env :
21
18
IMAGE_PATH : us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot/sourcebot-${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
22
19
steps :
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
scratch :
10
10
uses : ./.github/workflows/_gcp-deploy.yml
11
+ permissions :
12
+ # Requird for OIDC auth with GCP.
13
+ # @see: https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings
14
+ id-token : ' write'
11
15
with :
12
16
environment : staging
You can’t perform that action at this time.
0 commit comments