Skip to content

Commit

Permalink
chore: fix the yml file for publish env npm token (#424)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonah Nicholaus Pereira <jonah.pereira@agoda.com>
  • Loading branch information
jbizkit and Jonah Nicholaus Pereira authored Sep 20, 2023
1 parent 2f35483 commit 4d6f7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
CI: true
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
Expand Down

0 comments on commit 4d6f7da

Please sign in to comment.