Skip to content

Commit

Permalink
chore: Add NODE_AUTH_TOKEN to the publish_package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Nov 6, 2024
1 parent 1c8b217 commit 52c95ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
env:
CI: false
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: send result via discord
uses: appleboy/discord-action@master
with:
Expand Down

0 comments on commit 52c95ec

Please sign in to comment.