Skip to content

Commit

Permalink
Switch to use NPM_AUTH_TOKEN instead of NODE_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Aug 19, 2024
1 parent 2e618e0 commit 62bc4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
cmd: publish --no-git-tag-version --non-interactive --new-version ${{ github.ref_name }}
dir: locust/webui
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
# The following is disabled because it has stopped working.
# - name: Tweet on release
# uses: infraway/[email protected]
Expand Down Expand Up @@ -293,4 +293,4 @@ jobs:
cmd: publish --no-git-tag-version --non-interactive --tag next --new-version ${{ env.TAG }}-next-${{ github.run_id }}
dir: locust/webui
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 62bc4d6

Please sign in to comment.