Skip to content

Commit

Permalink
fix: use appropriate GitHub token (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk Neethling authored Nov 4, 2021
1 parent 51403cb commit b0b44fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: publish
uses: mikeal/merge-release@master
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit b0b44fd

Please sign in to comment.