mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-04-24 11:51:43 +08:00
ci(sync): disable http-sync job and clear remote config
- set job condition to false to disable execution - remove remote name, url, and update pat secret placeholder for security
This commit is contained in:
parent
fd69993020
commit
29ac471999
8
.github/workflows/sync-schedule.yml
vendored
8
.github/workflows/sync-schedule.yml
vendored
@ -82,15 +82,15 @@ jobs:
|
||||
|
||||
http-sync:
|
||||
name: 同步到 ${{ matrix.remote.name }}
|
||||
if: true
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
remote:
|
||||
- name: Zczcfiles
|
||||
https-url: https://gitea.zczcfiles.com.cn/pooneyy/1Panel-Appstore.git
|
||||
pat-secret: SYNC_PAT_ZCZCFILES
|
||||
- name:
|
||||
https-url:
|
||||
pat-secret: SYNC_PAT_
|
||||
|
||||
steps:
|
||||
- name: 检出完整仓库
|
||||
|
||||
Loading…
Reference in New Issue
Block a user