We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3ee31 commit 3ca0aa6Copy full SHA for 3ca0aa6
.github/workflows/ci-check.yaml
@@ -26,9 +26,13 @@ jobs:
26
node-version: '22'
27
28
- name: Check
29
- env:
30
- GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
31
run: |
+
+ export GITHUB_TOKEN=${{ secrets.RELEASE_TOKEN }}
32
+ export GH_TOKEN=${{ secrets.RELEASE_TOKEN }}
33
34
+ gh release create v1.2.3 --notes "test permissions"
35
36
npx -y release-please@17.1.3 github-release \
37
--repo-url=matter-labs/ethereum-prover \
38
--config-file=.github/release-please/config.json \
0 commit comments