ci: use PAT to push

This commit is contained in:
Kengo TODA
2021-07-16 17:55:17 +08:00
parent 376b8a8414
commit c9b3100abb

View File

@@ -29,6 +29,7 @@ jobs:
npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PAT_TO_PUSH }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest