Update sync-branches.yml

4
This commit is contained in:
机械小鸽 2024-12-02 10:32:46 +08:00 committed by GitHub
parent ee185b929a
commit 9c9e35dba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
- name: Checkout the main repository
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_TOKEN }} # 显式传递GH_TOKEN
- name: Setup Git
run: |