diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 3db24dc..24e1bde 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -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: |