Skip to content

Commit

Permalink
Fix OpenID Connect for Google Cloud (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Sep 26, 2024
1 parent b8ca29d commit d6e117d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ jobs:
continue-on-error: true
permissions:
id-token: write
environment: google-cloud
steps:
- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -435,8 +436,7 @@ jobs:
name: 'Authenticate to GCP'
uses: 'google-github-actions/[email protected]'
with:
create_credentials_file: true
workload_identity_provider: 'projects/385088528371/locations/global/workloadIdentityPools/iterative-sandbox/providers/github'
workload_identity_provider: 'projects/385088528371/locations/global/workloadIdentityPools/github/providers/github'
service_account: '[email protected]'
- name: configure real GS DVC env
if: ${{ github.event_name == 'schedule' }}
Expand Down

0 comments on commit d6e117d

Please sign in to comment.