diff options
-rw-r--r-- | .github/workflows/npm-publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 75001b6..73ebc43 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -31,4 +31,4 @@ jobs: - run: git push - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} + NODE_AUTH_TOKEN: ${{secrets.NPM_ACCESS_TOKEN}} |