Add workflow to synchronize repos to Gitee (#17571)

This commit is contained in:
王贺
2025-12-10 16:39:32 +08:00
committed by GitHub
parent 8d4b2320ab
commit c0c6c98c8b

15
.github/workflows/sync2gitee.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Synchronize to Gitee
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/dataease'
dst: 'gitee/fit2cloud-feizhiyun'
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: "DataEase"
force_update: true