workflow: use pat token to allow for workflow chaining

This commit is contained in:
LavaDesu 2025-03-17 23:48:59 +11:00
parent faad8ea374
commit b6c10e7325
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -44,5 +44,5 @@ jobs:
if: steps.check.outputs.skip == 0
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PAT_TOKEN }}
branch: ${{ steps.check.outputs.branch_name }}