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 1414 environment : ${{ inputs.environment }}
1515 permissions :
1616 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'
2017 env :
2118 IMAGE_PATH : us-west1-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/sourcebot/sourcebot-${{ vars.NEXT_PUBLIC_SOURCEBOT_CLOUD_ENVIRONMENT }}
2219 steps :
Original file line number Diff line number Diff line change 88jobs :
99 scratch :
1010 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'
1115 with :
1216 environment : staging
You can’t perform that action at this time.
0 commit comments