mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 23:51:03 +08:00
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:
parent
086d09f121
commit
535549e25e
7
.github/workflows/sync-schedule.yml
vendored
7
.github/workflows/sync-schedule.yml
vendored
@ -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: 检出完整仓库
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user