Skip to content

Commit

Permalink
fix(cicd): use right provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 10, 2024
1 parent 8d40652 commit 349f3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gql-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: 'google-github-actions/auth@v2'
with:
project_id: 'pokeapi-215911'
workload_identity_provider: 'projects/569595515170/locations/global/workloadIdentityPools/github/providers/api-data'
workload_identity_provider: 'projects/569595515170/locations/global/workloadIdentityPools/github/providers/deploy'
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
with:
Expand Down

0 comments on commit 349f3da

Please sign in to comment.