ci: use personally access token istead of prebuilt github token

This commit is contained in:
Anda Toshiki 2023-03-28 19:04:27 +08:00
parent 3bca4e266d
commit 5fd9615cd5

View File

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