Skip to content

Commit

Permalink
chore(repo): Add NODE_AUTH_TOKEN to release-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Jun 9, 2023
1 parent b32b363 commit 1ccee46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.CLERK_COOKIE_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Notify on success
if: steps.changesets.outputs.published == 'true'
Expand Down

0 comments on commit 1ccee46

Please sign in to comment.