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

Commit 51499fd

Browse files
committed
chore: add github token for installing from github repo
1 parent 9fa0465 commit 51499fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
scope: '@mocks-server'
1616
- run: npm ci
1717
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
- run: npm publish
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)