1Panel/.github/workflows/sync2gitee.yml

17 lines
446 B
YAML
Raw Normal View History

2023-03-18 21:24:44 +08:00
name: sync2gitee
on: [push]
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
src: 'github/1Panel-dev'
2024-03-22 14:17:40 +08:00
dst: 'gitee/fit2cloud-feizhiyun'
2023-03-18 21:24:44 +08:00
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: "1Panel"
force_update: true