Skip to content

Commit f93d596

Browse files
committed
ci: set GITHUB_TOKEN in install-deps step, too
1 parent 2db5f63 commit f93d596

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wasmstan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
- name: Install deps
2727
run: just components/install-deps
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2830
- uses: actions/setup-node@v4
2931
- name: Run node test
3032
run: just components/test

0 commit comments

Comments
 (0)