From 904187632d92e8a71acab8a7c649f49c98116037 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:15:35 +0800 Subject: [PATCH] ci(sync): add piscesys sync configuration - add piscesys as a new remote target in the sync matrix - configure https-url for the piscesys repository - add corresponding personal access token secret --- .github/workflows/sync.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 9e2e1b4c2..b647f62ac 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -106,9 +106,9 @@ jobs: fail-fast: false matrix: remote: - - name: - https-url: - pat-secret: + - name: piscesys + https-url: https://piscesys.com/pooneyy/1Panel-Appstore + pat-secret: SYNC_PAT_PISCESYS steps: - name: 检出完整仓库