From ee9c3be7438318385fad14a757264be8e2600055 Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Sat, 10 May 2025 23:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-sync.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-sync.yml b/.github/workflows/auto-sync.yml index 17e406f..4cf6e97 100644 --- a/.github/workflows/auto-sync.yml +++ b/.github/workflows/auto-sync.yml @@ -11,6 +11,9 @@ jobs: gitee_user: ${{ secrets.GITEE_USER }} runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + persist-credentials: false - name: sync to gitee uses: Yikun/hub-mirror-action@master if: env.dst_key && env.dst_token && env.gitee_user @@ -20,4 +23,4 @@ jobs: dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} dst_token: ${{ secrets.GITEE_TOKEN }} static_list: "LinuxMirrors" - force_update: true + force_update: true \ No newline at end of file