From 21ddb64b0db762734632fb6494dc5596777d692f Mon Sep 17 00:00:00 2001 From: Lihini Senanayake Date: Fri, 26 Apr 2024 10:16:43 +0530 Subject: [PATCH] fix: debug github workflow use wfi instead of firebase token --- .github/workflows/firebase-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-deploy.yml b/.github/workflows/firebase-deploy.yml index 3803d5c..c407ee5 100644 --- a/.github/workflows/firebase-deploy.yml +++ b/.github/workflows/firebase-deploy.yml @@ -49,7 +49,7 @@ jobs: with: project_id: ${{ env.GCP_PROJECT_FOR_BRANCH }} workload_identity_provider: 'projects/970886652672/locations/global/workloadIdentityPools/dev-ci-pool/providers/my-repo-oidc' - # service_account: 'my-service-account@my-project.iam.gserviceaccount.com' + service_account: 'service-970886652672@gcf-admin-robot.iam.gserviceaccount.com' - name: Install dependencies. run: npm ci - name: Extract GCP Service Account Credentials