From d9f11167f31ecd2e10adb42a289b6df6a59eaa15 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:31:58 +0800 Subject: [PATCH] ci(sync): add Gitlab synchronization configuration - add Gitlab as a new sync target in the sync-auto workflow - configure ssh and https URLs for Gitlab 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 46238efbe..22033c752 100644 --- a/.github/workflows/sync-auto.yml +++ b/.github/workflows/sync-auto.yml @@ -31,6 +31,10 @@ jobs: ssh-host: gitea.com ssh-url: git@gitea.com:pooneyy/1Panel-Appstore.git https-url: https://gitea.com/pooneyy/1Panel-Appstore + - name: Gitlab + ssh-host: gitlab.com + ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git + https-url: https://gitlab.com/pooneyy1/1panel-appstore steps: - name: 检出完整仓库