Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit ceb3e80

Browse files
committed
ci: wire up npm token
1 parent 1c92391 commit ceb3e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: cycjimmy/semantic-release-action@v2
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2627
- name: Build
2728
run: npm run-script build
2829
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)