Skip to content

Commit 1b576bf

Browse files
committed
use gh token in install
1 parent c1e4604 commit 1b576bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
npm install
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.TOKEN }}
2830

2931
- name: Publish releases
3032
env:

0 commit comments

Comments
 (0)