Skip to content

Commit

Permalink
correct npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasadi committed Aug 14, 2024
1 parent 420e91f commit 1da9619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: publish
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NODE_SERVER_SDK_NPM_AUTH_TOKEN }}
token: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Send Slack notification
uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 1da9619

Please sign in to comment.