From eda4d9446cad931dcc52aa0cabd7cad46a66de18 Mon Sep 17 00:00:00 2001 From: Giles Hutton Date: Wed, 20 Mar 2024 11:09:00 +0000 Subject: [PATCH] Switch to CI_VM service acct for GCP --- .github/workflows/integration-tests-vm-type.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-vm-type.yml b/.github/workflows/integration-tests-vm-type.yml index b71295a7572..9b5503189cf 100644 --- a/.github/workflows/integration-tests-vm-type.yml +++ b/.github/workflows/integration-tests-vm-type.yml @@ -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'