diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-06-30 14:23:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-30 14:23:54 +0200 |
| commit | 18d73529a0851e4854e6806af94d23919107e5de (patch) | |
| tree | c629ae82d634b16bb52807696de26b96904d19a3 | |
| parent | 95c1a13a50a288e316fd4bb5b9977a25dc415e5e (diff) | |
Create mirror.yml
| -rw-r--r-- | mirror.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mirror.yml b/mirror.yml new file mode 100644 index 0000000..46d0ecb --- /dev/null +++ b/mirror.yml @@ -0,0 +1,14 @@ +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 |
