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
|
|
@ -79,15 +79,14 @@ jobs:
|
||||||
|
|
||||||
http-sync:
|
http-sync:
|
||||||
name: 同步到 ${{ matrix.remote.name }}
|
name: 同步到 ${{ matrix.remote.name }}
|
||||||
if: false # 禁用
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
remote:
|
remote:
|
||||||
- name:
|
- name: Touchacme
|
||||||
https-url:
|
https-url: https://git.touchacme.cn/pooneyy/1Panel-Appstore.git
|
||||||
pat-secret:
|
pat-secret: SYNC_PAT_TOUCHACME
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue