Skip to content

Commit

Permalink
fix: switch back to GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
justuswitmer committed Oct 8, 2024
1 parent c153f41 commit 51130ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
permissions:
packages: write
contents: read

steps:
- name: Checkout
Expand Down Expand Up @@ -54,4 +51,4 @@ jobs:
- name: Publish
run: npm publish --registry=https://npm.pkg.github.com
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 51130ea

Please sign in to comment.