diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-06-30 14:29:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-30 14:29:29 +0200 |
| commit | d319206c79c583203634251a71805cc1146d2ca7 (patch) | |
| tree | 872ab8bc7ae7fcea14e8bb1af8b7c40d1c45b6b0 /worksflows | |
| parent | 93eeeb2b10271265adb265aa05d33122bbc5e77d (diff) | |
Rename mirror.yml to worksflows/mirror.yml
Diffstat (limited to 'worksflows')
| -rw-r--r-- | worksflows/mirror.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/worksflows/mirror.yml b/worksflows/mirror.yml new file mode 100644 index 0000000..46d0ecb --- /dev/null +++ b/worksflows/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 |
