diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1dc5702d..b1062a32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |