Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Sep 26, 2024
1 parent 375e1f5 commit 1c13f71
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -66,12 +66,8 @@ jobs:
name: 'Authenticate to GCP'
uses: 'google-github-actions/auth@v2.1.5'
with:
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'
project_id: 'iterative-sandbox'
- uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: configure real GS DVC env
run: |
echo "DVC_TEST_GS_BUCKET=dvc-bench" >> "$GITHUB_ENV"

0 comments on commit 1c13f71

Please sign in to comment.