From 9c9e35dba27b01fdd94d7d8d76f14dab93e04b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=BA=E6=A2=B0=E5=B0=8F=E9=B8=BD?= <128568434+jixiexiaoge@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:32:46 +0800 Subject: [PATCH] Update sync-branches.yml 4 --- .github/workflows/sync-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |