Skip to content

Commit

Permalink
Use manually specified GH token for release
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Aug 21, 2023
1 parent f9fda7c commit c90e147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn release
yarn release

0 comments on commit c90e147

Please sign in to comment.