From 40c96087554bebb1af7d92e7262476380cd902db Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Fri, 21 Mar 2025 01:55:26 -0400 Subject: [PATCH] Update workflows --- .github/workflows/mirroring.yml | 19 ------------------- 1 file changed, 19 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 16c507aa..00000000 --- a/.github/workflows/mirroring.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Mirroring - -on: - push: - branches: - - master - delete: - branches: - - master - -jobs: - mirroring: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: pixta-dev/repository-mirroring-action@v1 - with: - target_repo_url: git@gitlab.com:hodgef/simple-keyboard.git - ssh_private_key: ${{ secrets.GL_KEY }}