From 5c721354951bacfb50fcabeca431da015ae87911 Mon Sep 17 00:00:00 2001 From: Misaka No <96560028+misakano7545@users.noreply.github.com> Date: Fri, 17 Jun 2022 07:05:01 +0800 Subject: [PATCH] Sync to GitLab --- .github/workflows/sync.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml new file mode 100644 index 0000000..8af5d17 --- /dev/null +++ b/.github/workflows/sync.yml @@ -0,0 +1,20 @@ +name: Sync to Gitlab + +on: + push: + delete: + workflow_dispatch: + +jobs: + to_gitlab: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: + git@gitlab.com:xrayr-project/XrayR.git + ssh_private_key: + ${{ secrets.SSH_PRIVATEKEY }}