From d89a5570636f63d10c9282797ff0efc28dec21f1 Mon Sep 17 00:00:00 2001 From: kbenestad Date: Thu, 4 Jun 2026 17:24:12 +0700 Subject: [PATCH] Add GitHub Actions workflow for repository mirroring --- .github/workflows/mirror.yml | 13 +++++++++++++ 1 file changed, 13 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..812b1c3 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,13 @@ +on: [push] +jobs: + mirror: + runs-on: ubuntu-latest + steps:reimburse + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://codeberg.org/invoice/invoice.git' + GIT_USERNAME: kbenestad + GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}