Skip to content

Commit

Permalink
Merge pull request #816 from saiichihashimoto/node-token-fix
Browse files Browse the repository at this point in the history
chore(ci): attempting to fix npm token issue
  • Loading branch information
kodiakhq[bot] authored Nov 4, 2024
2 parents 39833dd + 7dbbf6d commit c1ac650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ jobs:
- run: npm config set workspaces-update false
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# HACK https://github.com/semantic-release/semantic-release/issues/2313#issuecomment-1004545613
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx multi-semantic-release --ignore-private-packages
lint:
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
access=public
# https://github.com/semantic-release/semantic-release/issues/2313#issuecomment-1879892664
# HACK https://github.com/semantic-release/semantic-release/issues/2313#issuecomment-1879892664
registry=https://registry.npmjs.org/
save-exact=true

0 comments on commit c1ac650

Please sign in to comment.