From adb140689cb84ec684fd1843d69c2c7f4f1520fe Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:29:57 +0200 Subject: Delete worksflows/mirror.yml --- worksflows/mirror.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 worksflows/mirror.yml diff --git a/worksflows/mirror.yml b/worksflows/mirror.yml deleted file mode 100644 index 46d0ecb..0000000 --- a/worksflows/mirror.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: mirror to codeberg -on: [push, delete, create] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - uses: pixta-dev/repository-mirroring-action@v1 - with: - target_repo_url: git@codeberg.org:caley/dotfiles.git - ssh_private_key: ${{ secrets.ssh_private_key }} - ssh_known_hosts: codeberg.org -- cgit v1.3.1