From b31bef02dae64b26d3a7359bdfeb972c12556798 Mon Sep 17 00:00:00 2001 From: misakano7545 Date: Thu, 16 Jun 2022 22:15:23 +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..e2d20fa --- /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 }} \ No newline at end of file