We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aecf9f commit ce6daa4Copy full SHA for ce6daa4
1 file changed
.github/workflows/packager.yml
@@ -122,6 +122,8 @@ jobs:
122
else
123
npm publish --access public
124
fi
125
+ env:
126
+ NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
127
128
publish-npm-jsonrpc:
129
name: Publish pactus-jsonrpc package to npm
@@ -151,6 +153,8 @@ jobs:
151
153
152
154
155
156
157
158
159
publish-pypi-grpc:
160
name: Publish pactus-grpc package to PyPI
0 commit comments