From 6e096457f61db5c2704968bf2da32a2cca7355fd Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Tue, 27 Jan 2026 17:01:57 +0800 Subject: [PATCH] add .github/workflows/sync-to-gitee.yaml --- .github/workflows/sync-to-gitee.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/sync-to-gitee.yaml diff --git a/.github/workflows/sync-to-gitee.yaml b/.github/workflows/sync-to-gitee.yaml new file mode 100644 index 0000000000..e89133e22e --- /dev/null +++ b/.github/workflows/sync-to-gitee.yaml @@ -0,0 +1,20 @@ +name: Sync to Gitee + +on: + push: + branches: + - master + - gh-pages + +jobs: + sync: + runs-on: ubuntu-latest + steps: + - name: Sync to Gitee + uses: Yikun/hub-mirror-action@v1.5 + with: + src: github/alibaba + dst: gitee/arthas + dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} + dst_token: ${{ secrets.GITEE_TOKEN }} + static_list: "arthas"