Skip to content

Commit

Permalink
fix(build): switch to manual PAT for releases (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
princjef authored Jan 7, 2022
1 parent bdd919d commit 6daa0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.version == '16.x' && github.ref == 'refs/heads/master' }}
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 6daa0b7

Please sign in to comment.