Skip to content

Commit

Permalink
Try to fix OpenID Connect for Google Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Sep 13, 2024
1 parent 598d9d0 commit 530640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,9 @@ jobs:
name: 'Authenticate to GCP'
uses: 'google-github-actions/auth@v2.1.5'
with:
create_credentials_file: true
workload_identity_provider: 'projects/385088528371/locations/global/workloadIdentityPools/iterative-sandbox/providers/github'
service_account: 'dvc-bench@iterative-sandbox.iam.gserviceaccount.com'
project_id: 'iterative-sandbox'
- name: configure real GS DVC env
if: ${{ github.event_name == 'schedule' }}
run: |
Expand Down

0 comments on commit 530640a

Please sign in to comment.