1
0
Fork 0

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
This commit is contained in:
pooneyy 2026-03-03 02:26:42 +08:00
parent 086d09f121
commit 535549e25e
No known key found for this signature in database
1 changed files with 3 additions and 4 deletions

View File

@ -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: 检出完整仓库