fix: remove token auth, repo is public
Deploy / deploy (push) Failing after 1s

This commit is contained in:
枫
2026-08-23 14:30:49 +00:00
parent 94bd34b838
commit bb133ac195
+1 -3
View File
@@ -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