From 083e3a5fc0a8b7b85eb791a4bca7797c31de2910 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 25 Mar 2023 13:32:41 +0100 Subject: [PATCH] add ci --- .gitea/workflows/mirror.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitea/workflows/mirror.yml diff --git a/.gitea/workflows/mirror.yml b/.gitea/workflows/mirror.yml new file mode 100644 index 0000000..c7de72c --- /dev/null +++ b/.gitea/workflows/mirror.yml @@ -0,0 +1,13 @@ +name: Mirror +on: [push] + +jobs: + mirror: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: https://msrd0.dev/aur/.mirror@main + with: + ssh_key: ${{secrets.ssh_key}}