We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2f6c0 commit 7ce3489Copy full SHA for 7ce3489
.github/workflows/prod-deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
run: npm run build
45
46
- name: Authenticate with GCP
47
- uses: google-github-actions/auth@v2
+ uses: google-github-actions/auth@v3
48
with:
49
token_format: access_token
50
service_account: deploy-prod-interactive-exampl@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com
.github/workflows/stage-deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
service_account: deploy-stage-interactive-examp@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com
0 commit comments