We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 181d410 + a70b4d0 commit c79a6b7Copy full SHA for c79a6b7
.github/workflows/cd-core.yaml
@@ -27,4 +27,4 @@ jobs:
27
- name: Publish package
28
run: yarn workspace @human-protocol/core npm publish --access public
29
env:
30
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.github/workflows/cd-node-sdk.yaml
@@ -42,4 +42,4 @@ jobs:
42
43
run: yarn workspace @human-protocol/sdk npm publish --access public
44
45
0 commit comments