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}}