From d39fd1ddb12c21b3c9e7ca664693653e360c6bc5 Mon Sep 17 00:00:00 2001 From: Sophie L Date: Wed, 13 Mar 2024 23:18:56 +0000 Subject: [PATCH] chore: rm mirroring script --- .github/workflows/mirroring.yml | 16 ---------------- 1 file changed, 16 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 8a2cfdc1d..000000000 --- a/.github/workflows/mirroring.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Mirroring - -on: - push: - branches: - - "master" - -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 }}