Skip to content

Commit

Permalink
push gauth up to test
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Sep 15, 2023
1 parent 16ae210 commit 0c953e0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #3.5.2

- id: 'auth'
# if: ${{ github.ref == 'refs/heads/main' }}
uses: 'google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033' # v1.1.1
with:
workload_identity_provider: ${{ secrets.GWIP_ARTIFACTS }}
service_account: ${{ secrets.GSA_ARTIFACTS }}
- name: Prep build on Ubuntu
uses: ./.github/actions/prep-ubuntu
with:
Expand Down Expand Up @@ -78,14 +83,7 @@ jobs:
rustup --version
cargo --version
echo "---- RUNNING BUILD ----"
/srtool/build
- id: 'auth'
# if: ${{ github.ref == 'refs/heads/main' }}
uses: 'google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033' # v1.1.1
with:
workload_identity_provider: ${{ secrets.GWIP_ARTIFACTS }}
service_account: ${{ secrets.GSA_ARTIFACTS }}
/srtool/build
- name: Setup - gcloud / gsutil
if: ${{ steps.auth.outcome == 'success' }}
Expand Down

0 comments on commit 0c953e0

Please sign in to comment.