fix: with github token

This commit is contained in:
chenos 2023-12-13 17:17:25 +08:00
parent b023fe95a8
commit 5c74cb6361

View File

@ -24,4 +24,5 @@ jobs:
- name: Push changes
uses: ad-m/github-push-action@master
with:
branch: ${{ github.head_ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}