Skip to content

Commit

Permalink
build: add NODE_AUTH_TOKEN to semantic release (#1661)
Browse files Browse the repository at this point in the history
Co-authored-by: Havard Bjerke <[email protected]>
  • Loading branch information
hkfb and hkfb authored Sep 20, 2023
1 parent c7e3557 commit 3f50e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3f50e83

Please sign in to comment.