Skip to content

Commit 3507f83

Browse files
committed
chore: pass token
1 parent 9037b53 commit 3507f83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/setup-node@v4
1919
with:
2020
node-version: ${{ matrix.node-version }}
21+
token: ${{ secrets.NPM_TOKEN }}
2122
- run: |
2223
npm install
2324
npm test

0 commit comments

Comments
 (0)