Skip to content

Commit

Permalink
fix: auth after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mattes committed Jan 17, 2025
1 parent af4c1a8 commit 0fc0c99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: "google-github-actions/auth@v2"
with:
project_id: "web-prover-circuits-fa4cf3"
workload_identity_provider: "projects/530011589985/locations/global/workloadIdentityPools/github/providers/web-prover-circuits"

- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: "google-github-actions/auth@v2"
with:
project_id: "web-prover-circuits-fa4cf3"
workload_identity_provider: "projects/530011589985/locations/global/workloadIdentityPools/github/providers/web-prover-circuits"

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 0fc0c99

Please sign in to comment.