Skip to content

Commit

Permalink
chore(deps): bump google-github-actions/auth from 1 to 2 (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent cb1f5da commit a4a224c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm run build

- name: Authenticate with GCP
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
token_format: access_token
service_account: deploy-prod-interactive-exampl@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: npm run build

- name: Authenticate with GCP
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
token_format: access_token
service_account: deploy-stage-interactive-examp@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com
Expand Down

0 comments on commit a4a224c

Please sign in to comment.