From 2452e186d574999a8810c1c93cea495b77f85aeb Mon Sep 17 00:00:00 2001 From: Aaron Zuspan Date: Wed, 29 Jan 2025 14:02:21 -0800 Subject: [PATCH] Update auth workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06dd2e0..5c3d5a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v0.4.0' + uses: 'google-github-actions/auth@v2' with: workload_identity_provider: 'projects/569867470362/locations/global/workloadIdentityPools/github-actions/providers/github-actions' service_account: 'github-actions-runner@ee-aazuspan.iam.gserviceaccount.com'