From 31b731e04ccef06e8d425368e9d92435489fd93b Mon Sep 17 00:00:00 2001 From: Thanuja-cmd Date: Sun, 25 Jan 2026 10:02:39 +0530 Subject: [PATCH] Update wif.yml --- .github/workflows/wif.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wif.yml b/.github/workflows/wif.yml index a2521cc..9820c7c 100644 --- a/.github/workflows/wif.yml +++ b/.github/workflows/wif.yml @@ -18,8 +18,8 @@ jobs: uses: 'google-github-actions/auth@v1' with: token_format: 'access_token' - workload_identity_provider: 'PUT-YOUR-PROVIDER' - service_account: 'YOUR-SERVICE-ACCOUNT' + workload_identity_provider: 'github' + service_account: 'serviceaccount@cts-thanuja-471613.iam.gserviceaccount.com' # Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`. - name: 'Set up Cloud SDK'