From 277eaa685d80b41ae86f22989405b0598c3c08c9 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Fri, 10 Jun 2022 16:53:02 +0100 Subject: [PATCH] chore(ci): stop mirroring to GitLab [skip ci] --- .github/workflows/mirroring.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/mirroring.yml diff --git a/.github/workflows/mirroring.yml b/.github/workflows/mirroring.yml deleted file mode 100644 index d196a290..00000000 --- a/.github/workflows/mirroring.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Mirroring - -on: - push: - branches: - - "master" - - "production" - -jobs: - to_gitlab: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v1 - - uses: pixta-dev/repository-mirroring-action@v1 - with: - target_repo_url: git@gitlab.com:insert/revolt-vite.git - ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}