Skip to content

Commit

Permalink
[TMP] ci: get publishing to github, bypass token issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ebr committed Jan 26, 2024
1 parent cfb8374 commit f674a29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# - url: https://registry.npmjs.org
# token: ${{ secrets.NPM_TOKEN }}
- url: https://npm.pkg.github.com
token: ${{ secrets.GITHUB_TOKEN }}
# token: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -55,4 +55,5 @@ jobs:
fi
pnpm publish --access public --no-git-checks $FLAGS
env:
NODE_AUTH_TOKEN: ${{ matrix.registry.token }}
# NODE_AUTH_TOKEN: ${{ matrix.registry.token }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f674a29

Please sign in to comment.