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.
1 parent b5fa4c0 commit 1f6af76Copy full SHA for 1f6af76
1 file changed
.github/workflows/BuildAndPublish.yml
@@ -43,5 +43,5 @@ jobs:
43
- name: Publish
44
if: github.event_name == 'push'
45
env:
46
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_ORG_OPENINC }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_NODE_RED }}
47
run: pnpm -r publish --access public --no-git-checks
0 commit comments