From ed2f8b9e59a43779f3f882fb0d5e836e75de5d6c Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:49:18 +0800 Subject: [PATCH] ci(sync): add Gitlink sync config - add Gitlink as a new sync target in the sync-auto workflow - configure ssh and https URLs for Gitlink repository mirroring --- .github/workflows/sync-auto.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync-auto.yml b/.github/workflows/sync-auto.yml index 22033c752..0f0c28c97 100644 --- a/.github/workflows/sync-auto.yml +++ b/.github/workflows/sync-auto.yml @@ -35,6 +35,10 @@ jobs: ssh-host: gitlab.com ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git https-url: https://gitlab.com/pooneyy1/1panel-appstore + - name: Gitlink + ssh-host: code.gitlink.org.cn + ssh-url: git@code.gitlink.org.cn:pooneyy/1Panel-Appstore.git + https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore steps: - name: 检出完整仓库