Skip to content

Commit

Permalink
fix(release): use org secret for npm token to fix publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 13, 2022
1 parent 940971c commit d2ab1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -21,4 +21,4 @@ jobs:
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}

0 comments on commit d2ab1b5

Please sign in to comment.