Skip to content

Commit

Permalink
Update publish workflow to use correct secret
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBerry committed Apr 21, 2022
1 parent e309b0d commit ae22456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
title: Release latest to Production
env:
GITHUB_TOKEN: ${{ secrets.SAJARI_CI_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit ae22456

Please sign in to comment.