Skip to content

Commit

Permalink
fix: provide secret to publish job (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickreynolds committed Apr 10, 2024
1 parent 97d50cb commit d7839f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_USER: ${{secrets.GITHUB_USER}}
GH_EMAIL: ${{secrets.GITHUB_EMAIL}}
runs-on: ubuntu-latest
Expand Down

0 comments on commit d7839f6

Please sign in to comment.