Skip to content

Commit

Permalink
Update pool and provider
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jun 26, 2024
1 parent 19e055d commit ced8b2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
architecture: "x64"

- id: auth
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
project_id: 'decent-digit-629'
workload_identity_provider: 'projects/354656325390/locations/global/workloadIdentityPools/test-wif-pool/providers/test-provider'
workload_identity_provider: 'projects/354656325390/locations/global/workloadIdentityPools/cfl-pool/providers/cfl-provider'
service_account: '[email protected]'

- name: Setup gcloud CLI
Expand Down

0 comments on commit ced8b2a

Please sign in to comment.