From 4711a5f5910d2a2094eed9666b1f577cb98ca3a5 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 10 Apr 2024 16:17:36 +0200 Subject: [PATCH] Remove the mirror push because it sucks Signed-off-by: Sam Therapy --- .github/workflows/mirror-push.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/mirror-push.yaml diff --git a/.github/workflows/mirror-push.yaml b/.github/workflows/mirror-push.yaml deleted file mode 100644 index 6b3a48a..0000000 --- a/.github/workflows/mirror-push.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Mirror Push - -on: - push: - branches: [master] - -jobs: - push: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - name: mirror - uses: yesolutions/mirror-action@master - with: - REMOTE: 'ssh://git@git.froth.zone/sam/.profile.git' - GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }} - GIT_SSH_NO_VERIFY_HOST: "true" \ No newline at end of file