From f1172cc54da08f70a427d3031cb5117b51e61eca Mon Sep 17 00:00:00 2001 From: "njzjz-bot[bot]" <48687836+njzjz-bot@users.noreply.github.com> Date: Wed, 10 Apr 2024 22:16:02 -0400 Subject: [PATCH] CI: Mirror the repository to Gitee See https://github.com/njzjz-bot/njzjz-bot/issues/3. --- .github/workflows/mirror_gitee.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/mirror_gitee.yml diff --git a/.github/workflows/mirror_gitee.yml b/.github/workflows/mirror_gitee.yml new file mode 100644 index 0000000..6546a12 --- /dev/null +++ b/.github/workflows/mirror_gitee.yml @@ -0,0 +1,13 @@ +name: Mirror to Gitee Repository + +on: [ push, delete, create ] + +# Ensures that only one mirror task will run at a time. +concurrency: + group: git-mirror + +jobs: + git-mirror: + uses: deepmodeling/workflows/.github/workflows/mirror_gitee.yml@main + secrets: + SYNC_GITEE_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRIVATE_KEY }}