Skip to content

Commit

Permalink
update publish workflow to use org token (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 authored Jan 14, 2025
1 parent a528037 commit b705add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
publish: yarn publish-ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.npm_token }}
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
NPM_TOKEN: ${{ secrets.WORKLEAP_NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.WORKLEAP_NPM_TOKEN }}

0 comments on commit b705add

Please sign in to comment.