From 7447bc9744ee4e139bbe4243d2f9d6672044a13b Mon Sep 17 00:00:00 2001 From: dalto8 <57767042+dalto8@users.noreply.github.com> Date: Sat, 24 Sep 2022 20:36:08 +0000 Subject: [PATCH] Create gitlab.yml --- .github/workflows/gitlab.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/gitlab.yml diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml new file mode 100644 index 0000000..dc64845 --- /dev/null +++ b/.github/workflows/gitlab.yml @@ -0,0 +1,17 @@ +name: Gitlab Mirror + +on: [push, delete] + +jobs: + to_gitlab: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: + git@gitlab.com:endeavouros-filemirror/endeavouros-i3wm-setup.git + ssh_private_key: + ${{ secrets.GITLAB_SYNC }}