diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55777ff9..d83d61af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -397,6 +397,7 @@ jobs: continue-on-error: true permissions: id-token: write + environment: google-cloud steps: - uses: actions/setup-python@v5 with: @@ -435,8 +436,7 @@ 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' + workload_identity_provider: 'projects/385088528371/locations/global/workloadIdentityPools/github/providers/github' service_account: 'dvc-bench@iterative-sandbox.iam.gserviceaccount.com' - name: configure real GS DVC env if: ${{ github.event_name == 'schedule' }}