From a90cac7923d47f798508cf996e13a2aaf76c775b Mon Sep 17 00:00:00 2001 From: walon Date: Mon, 23 Aug 2021 11:26:09 +0800 Subject: [PATCH] Create sync_gitee.yml sync repo to gitee mirror --- .github/workflows/sync_gitee.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/sync_gitee.yml diff --git a/.github/workflows/sync_gitee.yml b/.github/workflows/sync_gitee.yml new file mode 100644 index 0000000..26a882a --- /dev/null +++ b/.github/workflows/sync_gitee.yml @@ -0,0 +1,6 @@ +name: sync-gitee-mirror + uses: abersheeran/sync-gitee-mirror@v1-beta + with: + repository: https://gitee.com/focus-creative-games/luban.git + username: ${{secrets.GITEE_USERNAME}} + password: ${{secrets.GITEE_PASSWORD}}