Skip to content

Commit 44561d6

Browse files
committed
added missing token to install on CI
1 parent 6fad193 commit 44561d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run_install: |
2626
- recursive: true
2727
args: [--frozen-lockfile, --strict-peer-dependencies]
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2830

2931
- run: pnpm run test:ci
3032

0 commit comments

Comments
 (0)