From 535549e25e986a570eb162bb3d9604f2ecbcf2ff Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:26:42 +0800 Subject: [PATCH] ci(sync): enable http-sync workflow for Touchacme remote - enable previously disabled http-sync job - add Touchacme remote configuration to matrix - configure https-url and pat-secret for Touchacme sync --- .github/workflows/sync-schedule.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-schedule.yml b/.github/workflows/sync-schedule.yml index c5233a4ed..a499d5abc 100644 --- a/.github/workflows/sync-schedule.yml +++ b/.github/workflows/sync-schedule.yml @@ -79,15 +79,14 @@ jobs: http-sync: name: 同步到 ${{ matrix.remote.name }} - if: false # 禁用 runs-on: ubuntu-latest strategy: fail-fast: false matrix: remote: - - name: - https-url: - pat-secret: + - name: Touchacme + https-url: https://git.touchacme.cn/pooneyy/1Panel-Appstore.git + pat-secret: SYNC_PAT_TOUCHACME steps: - name: 检出完整仓库