From 478410b8cd84f7d88bfb78acbb51dc09c0e3415b Mon Sep 17 00:00:00 2001 From: mkorwel Date: Tue, 1 Jul 2025 12:34:44 -0500 Subject: [PATCH] fix(release): correct workload identity provider --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7f136e642..f62a3f1259 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - name: Authenticate to Google Cloud uses: 'google-github-actions/auth@v2' with: - workload_identity_provider: 'projects/1024890423283/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider' + workload_identity_provider: 'projects/48735766119/locations/global/workloadIdentityPools/github/providers/github-actions-provider' service_account: 'gh-actions-service-account@gemini-code-dev.iam.gserviceaccount.com' - name: Configure Docker