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-host: gitlab.com
|
||||||
ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git
|
ssh-url: git@gitlab.com:pooneyy1/1panel-appstore.git
|
||||||
https-url: https://gitlab.com/pooneyy1/1panel-appstore
|
https-url: https://gitlab.com/pooneyy1/1panel-appstore
|
||||||
- name: Gitlink
|
# - name: Gitlink
|
||||||
ssh-host: code.gitlink.org.cn
|
# ssh-host: code.gitlink.org.cn
|
||||||
ssh-url: git@code.gitlink.org.cn:pooneyy/1Panel-Appstore.git
|
# ssh-url: git@code.gitlink.org.cn:pooneyy/1Panel-Appstore.git
|
||||||
https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
|
# https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
@ -99,15 +99,15 @@ jobs:
|
|||||||
|
|
||||||
http-sync:
|
http-sync:
|
||||||
name: 同步到 ${{ matrix.remote.name }}
|
name: 同步到 ${{ matrix.remote.name }}
|
||||||
if: false # 禁用
|
# if: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
remote:
|
remote:
|
||||||
- name:
|
- name: Gitlink
|
||||||
https-url:
|
https-url: https://gitlink.org.cn/pooneyy/1Panel-Appstore
|
||||||
pat-secret:
|
pat-secret: SYNC_PAT_GITLINK
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user