ci(sync): add piscesys sync configuration
- add piscesys as a new remote target in the sync matrix - configure https-url for the piscesys repository - add corresponding personal access token secret
This commit is contained in:
parent
8566605795
commit
904187632d
|
|
@ -106,9 +106,9 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
remote:
|
remote:
|
||||||
- name:
|
- name: piscesys
|
||||||
https-url:
|
https-url: https://piscesys.com/pooneyy/1Panel-Appstore
|
||||||
pat-secret:
|
pat-secret: SYNC_PAT_PISCESYS
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 检出完整仓库
|
- name: 检出完整仓库
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue