From 69aece3923f14dad4393dc1b5bed18a5c024d058 Mon Sep 17 00:00:00 2001 From: anhkhoakz Date: Thu, 25 Jan 2024 13:37:14 +0700 Subject: [PATCH] Add files --- .github/workflows/mirror.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..f5cfc98 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,15 @@ +name: Mirroring + +on: [push, delete] + +jobs: + to_codeberg: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: git@codeberg.org:anhkhoakz/pages.git + ssh_private_key: ${{ secrets.codeberg_ssh }}