Skip to content

Commit 0fc0c99

Browse files
committed
fix: auth after checkout
1 parent af4c1a8 commit 0fc0c99

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
runs-on: ubuntu-latest
1818
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
1919
steps:
20-
- uses: "google-github-actions/auth@v2"
21-
with:
22-
project_id: "web-prover-circuits-fa4cf3"
23-
workload_identity_provider: "projects/530011589985/locations/global/workloadIdentityPools/github/providers/web-prover-circuits"
24-
2520
- name: Checkout
2621
uses: actions/checkout@v4
2722
with:
2823
fetch-depth: 0
2924

25+
- uses: "google-github-actions/auth@v2"
26+
with:
27+
project_id: "web-prover-circuits-fa4cf3"
28+
workload_identity_provider: "projects/530011589985/locations/global/workloadIdentityPools/github/providers/web-prover-circuits"
29+
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
3232
with:

0 commit comments

Comments
 (0)