Skip to content

Commit

Permalink
ci: add project_id and use vars instead of secrets for provider id
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Sweña (Swast) <swast@google.com>
  • Loading branch information
cpcloud and tswast committed Dec 26, 2024
1 parent ac8fae9 commit 8229554
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:

- uses: google-github-actions/auth@v2
with:
workload_identity_provider: "${{ secrets.WIF_PROVIDER_NAME }}"
project_id: "ibis-gbq"
workload_identity_provider: "${{ vars.WIF_PROVIDER_NAME }}"

- uses: google-github-actions/setup-gcloud@v2

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ibis-backends-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ jobs:

- uses: google-github-actions/auth@v2
with:
workload_identity_provider: "${{ secrets.WIF_PROVIDER_NAME }}"
project_id: "ibis-gbq"
workload_identity_provider: "${{ vars.WIF_PROVIDER_NAME }}"

- name: setup databricks credentials
if: matrix.backend.name == 'databricks'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ibis-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:

- uses: google-github-actions/auth@v2
with:
workload_identity_provider: "${{ secrets.WIF_PROVIDER_NAME }}"
project_id: "ibis-gbq"
workload_identity_provider: "${{ vars.WIF_PROVIDER_NAME }}"

- uses: google-github-actions/setup-gcloud@v2

Expand Down

0 comments on commit 8229554

Please sign in to comment.