From 551ea2ecfb322996708faf5bdab3a4a4e2e6b45a Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Sat, 31 May 2025 11:01:41 +0800 Subject: [PATCH] Update sync-to-gitea.yml --- .github/workflows/sync-to-gitea.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sync-to-gitea.yml b/.github/workflows/sync-to-gitea.yml index 6b7787dd..331c4b3d 100644 --- a/.github/workflows/sync-to-gitea.yml +++ b/.github/workflows/sync-to-gitea.yml @@ -19,9 +19,6 @@ jobs: git config --global user.name "GitHub Action" git config --global user.email "action@github.com" - # 使用 token 认证的正确格式 - git remote add gitea https://${{ secrets.GITEA_TOKEN }}@your-gitea-domain.com/your-username/your-repo.git - # 推送代码到 Gitea git push -u gitea --all git push -u gitea --tags