Skip to content

Commit ce6daa4

Browse files
authored
ci(packager): add npmjs token (#2186)
1 parent 7aecf9f commit ce6daa4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/packager.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
else
123123
npm publish --access public
124124
fi
125+
env:
126+
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
125127

126128
publish-npm-jsonrpc:
127129
name: Publish pactus-jsonrpc package to npm
@@ -151,6 +153,8 @@ jobs:
151153
else
152154
npm publish --access public
153155
fi
156+
env:
157+
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
154158

155159
publish-pypi-grpc:
156160
name: Publish pactus-grpc package to PyPI

0 commit comments

Comments
 (0)