From bb133ac1950160809070b5d546fbb5e6a5b04215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB?= Date: Sun, 23 Aug 2026 14:30:49 +0000 Subject: [PATCH] fix: remove token auth, repo is public --- .gitea/workflows/deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index eb2f122..a92da42 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,11 +10,9 @@ jobs: runs-on: aliyun steps: - name: Checkout - env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} run: | git clone --depth 1 -b main \ - https://x-access-token:${GITEA_TOKEN}@47.121.181.112:3000/wonder/illustrated-algorithm.git \ + http://47.121.181.112:3000/wonder/illustrated-algorithm.git \ /tmp/illustrated-algorithm - name: Build Docker Image