Skip to content

Commit 3ca0aa6

Browse files
chore: test
1 parent 8e3ee31 commit 3ca0aa6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci-check.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ jobs:
2626
node-version: '22'
2727

2828
- name: Check
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3129
run: |
30+
31+
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+
3236
npx -y release-please@17.1.3 github-release \
3337
--repo-url=matter-labs/ethereum-prover \
3438
--config-file=.github/release-please/config.json \

0 commit comments

Comments
 (0)