diff --git a/.github/workflows/gitee.yml b/.github/workflows/gitee.yml new file mode 100644 index 00000000..f316dd61 --- /dev/null +++ b/.github/workflows/gitee.yml @@ -0,0 +1,19 @@ +name: gitee + +on: + - push + - delete + +jobs: + sync: + runs-on: ubuntu-latest + name: Git Repo Sync + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: wangchucheng/git-repo-sync@v0.1.0 + with: + target-url: https://gitee.com/cskefu/cskefu.git + target-username: ${{ secrets.USERNAME }} + target-token: ${{ secrets.ACCESS_TOKEN }} \ No newline at end of file