Skip to content

Commit

Permalink
fix github token input
Browse files Browse the repository at this point in the history
  • Loading branch information
gabririgo committed Jun 10, 2022
1 parent 2bc8320 commit 4664efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

publish-npm:
needs: build
Expand Down

0 comments on commit 4664efa

Please sign in to comment.