Skip to content

Commit

Permalink
chore fixes github action to use new identity provider (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kramuenke committed Mar 26, 2024
1 parent 08b3d63 commit 98a547b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
with:
workload_identity_provider: 'projects/2314364601/locations/global/workloadIdentityPools/c6o-github-action-pool/providers/c6o-github-provider'
service_account: 'github-action-key@c6o-production.iam.gserviceaccount.com'
workload_identity_provider: 'projects/2314364601/locations/global/workloadIdentityPools/github-actions/providers/github-actions-provider '
service_account: 'github-actions@c6o-production.iam.gserviceaccount.com'
- name: Setup GCloud
uses: google-github-actions/setup-gcloud@v1
with:
Expand Down

0 comments on commit 98a547b

Please sign in to comment.