Skip to content

Commit

Permalink
Try with different token
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Nov 3, 2022
1 parent 4abcc03 commit b5fa771
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ on:
types: [created]

jobs:
publish-gpr:
publish:
runs-on: ubuntu-latest
env:
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_PAT_PUBLISH }}
permissions:
contents: read
packages: write
Expand All @@ -19,4 +21,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_PAT_PUBLISH }}

0 comments on commit b5fa771

Please sign in to comment.