From b8115362f8117c93f3b1e4967bf3a6916a6afe5b Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Fri, 30 Jan 2026 14:57:03 +0100 Subject: [PATCH] ci: Codeberg mirroring --- .github/workflows/codeberg-mirror.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/codeberg-mirror.yml diff --git a/.github/workflows/codeberg-mirror.yml b/.github/workflows/codeberg-mirror.yml new file mode 100644 index 0000000..63a1028 --- /dev/null +++ b/.github/workflows/codeberg-mirror.yml @@ -0,0 +1,17 @@ +name: codeberg-mirror +on: + push: + +jobs: + mirror: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + with: + fetch-depth: 0 + - name: "Mirror to Codeberg" + uses: yesolutions/mirror-action@v0.7.0 + with: + REMOTE: 'ssh://git@codeberg.org/veeso/termscp.git' + GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }} + GIT_SSH_NO_VERIFY_HOST: "true"