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