diff --git a/.github/workflows/syncToGitee.yml b/.github/workflows/syncToGitee.yml new file mode 100644 index 0000000..ea2452e --- /dev/null +++ b/.github/workflows/syncToGitee.yml @@ -0,0 +1,15 @@ +name: Sync To Gitee + +on: [ push, delete, create ] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Sync to Gitee + uses: wearerequired/git-mirror-action@master + env: + SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }} + with: + source-repo: git@github.com:StageGuard/SkyAutoPlayerScript.git + destination-repo: git@gitee.com:stageguard/SkyAutoPlayerScript.git