From a49cbbcd4e88644a688592ea9e757eb325b97f0e Mon Sep 17 00:00:00 2001 From: Reinaldo Costa Date: Tue, 2 Apr 2024 13:42:50 -0300 Subject: [PATCH] chore: add instructions --- .github/workflows/tt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tt.yaml b/.github/workflows/tt.yaml index 7795865..f3af2d0 100644 --- a/.github/workflows/tt.yaml +++ b/.github/workflows/tt.yaml @@ -21,8 +21,8 @@ jobs: - id: 'auth' uses: 'google-github-actions/auth@v2' with: - workload_identity_provider: 'projects/195139564832/locations/global/workloadIdentityPools/github-wif-pool/providers/githubwif' - service_account: 'wif-deployer@gtp-reinaldo-study-0001.iam.gserviceaccount.com' + workload_identity_provider: 'projects/195139564832/locations/global/workloadIdentityPools/github-pool/providers/github-wif' + service_account: 'github-action-deployer@gtp-reinaldo-study-0001.iam.gserviceaccount.com' - name: 'Set up Cloud SDK' uses: 'google-github-actions/setup-gcloud@v2'