Skip to content

Commit

Permalink
update publish_private_website.yml to use new auth
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed Nov 20, 2024
1 parent 54166e8 commit 2293986
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_private_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Authenticate with Google Cloud
uses: 'google-github-actions/auth@v2.1.3'
with:
project_id: 'probcomp-caliban'
workload_identity_provider: 'projects/110275315150/locations/global/workloadIdentityPools/gen-website-private-publishers/providers/github'
service_account: 'gen-website-private-admin@probcomp-caliban.iam.gserviceaccount.com'
audience: '//iam.googleapis.com/projects/110275315150/locations/global/workloadIdentityPools/gen-website-private-publishers/providers/github'
project_id: 'opengen-437315'
workload_identity_provider: 'projects/557148610837/locations/global/workloadIdentityPools/gen-website-private-publishers/providers/github'
service_account: 'gen-website-private-admin@opengen-437315.iam.gserviceaccount.com'
audience: '//iam.googleapis.com/projects/557148610837/locations/global/workloadIdentityPools/gen-website-private-publishers/providers/github'

- uses: 'actions/download-artifact@v4'
with:
Expand Down

0 comments on commit 2293986

Please sign in to comment.