Skip to content

Commit 2d6b4c2

Browse files
committed
add env token
1 parent 2a370d9 commit 2d6b4c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
- run: npm run build-sdk
1616
- run: npm run build-product
1717
- run: cd dist/fusio-sdk && npm publish
18+
env:
19+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1820
- run: cd dist/fusio-product && npm publish
1921
env:
2022
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)