ci: use personally access token istead of prebuilt github token

This commit is contained in:
Anda Toshiki 2023-03-28 18:59:57 +08:00
parent 492e7193a9
commit 3bca4e266d

View File

@ -34,5 +34,5 @@ jobs:
- name: Push changes to remote repository
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
branch: ${{ github.ref }}