Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(hub-501): switch back to NPM_TOKEN secret
  • Loading branch information
kevin-boutin committed Sep 15, 2023
commit 00b8652bf3307c23afb3b23c8186aa41a1868f55
4 changes: 2 additions & 2 deletions .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
# Note: Setting NODE_AUTH_TOKEN as job|workspace wide env var won't work
# as it appears actions/setup-node sets own value
env:
#NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
#NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# npm whoami --registry https://npm.pkg.github.com/
run: |
cat /home/runner/work/_temp/.npmrc
Expand Down