Update token usage in sync workflow

pull/181/head
Etgpao 2026-01-27 10:05:06 +08:00 committed by GitHub
parent a5f65a7943
commit eb39fb15e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Checkout target repo
uses: actions/checkout@v3
with:
token: ${{ inputs.override-token || secrets.GITHUB_TOKEN }}
token: ${{ inputs.override-token || secrets.PAT_TOKEN || secrets.GITHUB_TOKEN }}
- name: Current config
run: |