Skip to content

Commit

Permalink
fix(ci): Fix the prod workload identity pool defined in the prod yaml (
Browse files Browse the repository at this point in the history
…#8456)

fix project id
  • Loading branch information
aarushik93 authored Oct 28, 2024
1 parent 8938209 commit b2972cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-autgpt-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
workload_identity_provider: 'projects/638488734936/locations/global/workloadIdentityPools/prod-pool/providers/github'
workload_identity_provider: 'projects/1021527134101/locations/global/workloadIdentityPools/prod-pool/providers/github'
service_account: '[email protected]'
token_format: 'access_token'
create_credentials_file: true
Expand Down

0 comments on commit b2972cc

Please sign in to comment.