Skip to content

Commit

Permalink
fix: debug github workflow use wfi instead of firebase token
Browse files Browse the repository at this point in the history
  • Loading branch information
lihini committed Apr 26, 2024
1 parent a57e8f0 commit 21ddb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21ddb64

Please sign in to comment.