We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4c1a8 commit 0fc0c99Copy full SHA for 0fc0c99
1 file changed
.github/workflows/release.yaml
@@ -17,16 +17,16 @@ jobs:
17
runs-on: ubuntu-latest
18
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
19
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
-
25
- name: Checkout
26
uses: actions/checkout@v4
27
with:
28
fetch-depth: 0
29
+ - 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"
+
30
- name: Setup Node.js
31
uses: actions/setup-node@v4
32
0 commit comments