Skip to content

Commit

Permalink
Switch to CI_VM service acct for GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Mar 20, 2024
1 parent 392072e commit eda4d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-vm-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Authenticate with GCP
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS_COLLECTOR_SVC_ACCT }}'
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS_COLLECTOR_CI_VM_SVC_ACCT }}'

- name: Setup GCP
uses: 'google-github-actions/setup-gcloud@v2'
Expand Down

0 comments on commit eda4d94

Please sign in to comment.