summaryrefslogtreecommitdiff
path: root/worksflows
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-06-30 14:29:57 +0200
committerGitHub <noreply@github.com>2026-06-30 14:29:57 +0200
commitadb140689cb84ec684fd1843d69c2c7f4f1520fe (patch)
tree58b5c70f25e75c49e462875db643d8d6f5a61d6e /worksflows
parentd319206c79c583203634251a71805cc1146d2ca7 (diff)
Delete worksflows/mirror.yml
Diffstat (limited to 'worksflows')
-rw-r--r--worksflows/mirror.yml14
1 files changed, 0 insertions, 14 deletions
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