Skip to content

Commit

Permalink
feat: publish with token that has write access
Browse files Browse the repository at this point in the history
  • Loading branch information
scott45 committed Dec 2, 2024
1 parent 8a24c83 commit 03db832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Publish package
run: npm publish
env:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
NODE_AUTH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GH_TOKEN: '${{ secrets.GITHUB_TOKEN_LIB }}'
NODE_AUTH_TOKEN: '${{ secrets.GITHUB_TOKEN_LIB }}'

- name: Capture Version
id: capture_version
Expand Down

0 comments on commit 03db832

Please sign in to comment.