mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-08 20:02:30 +08:00
ci(sync): update sync workflow configuration
- comment out gitlink ssh sync configuration - enable gitlink http sync configuration with pat authentication
This commit is contained in:
parent
7578e0b6ad
commit
9fbb1bff68
16
.github/workflows/sync-auto.yml
vendored
16
.github/workflows/sync-auto.yml
vendored
@ -35,10 +35,10 @@ jobs:
|
||||
ssh-host: gitlab.com
|
||||
ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git
|
||||
https-url: https://gitlab.com/pooneyy1/1panel-appstore
|
||||
- name: Gitlink
|
||||
ssh-host: code.gitlink.org.cn
|
||||
ssh-url: git@code.gitlink.org.cn:pooneyy/1Panel-Appstore.git
|
||||
https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
|
||||
# - name: Gitlink
|
||||
# ssh-host: code.gitlink.org.cn
|
||||
# ssh-url: git@code.gitlink.org.cn:pooneyy/1Panel-Appstore.git
|
||||
# https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
|
||||
|
||||
steps:
|
||||
- name: 检出完整仓库
|
||||
@ -99,15 +99,15 @@ jobs:
|
||||
|
||||
http-sync:
|
||||
name: 同步到 ${{ matrix.remote.name }}
|
||||
if: false # 禁用
|
||||
# if: false
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
remote:
|
||||
- name:
|
||||
https-url:
|
||||
pat-secret:
|
||||
- name: Gitlink
|
||||
https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
|
||||
pat-secret: SYNC_PAT_GITLINK
|
||||
|
||||
steps:
|
||||
- name: 检出完整仓库
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user