From ceada2586623cfe052b3d5136dd270e76f1d193c Mon Sep 17 00:00:00 2001 From: Pedro Henrique Lara Campos Date: Sun, 9 May 2021 14:44:23 -0300 Subject: [PATCH] CI action for master branch --- .github/workflows/mirroring.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/mirroring.yml diff --git a/.github/workflows/mirroring.yml b/.github/workflows/mirroring.yml new file mode 100644 index 0000000..39243bb --- /dev/null +++ b/.github/workflows/mirroring.yml @@ -0,0 +1,16 @@ +name: Mirroring + +on: + push: + branches: [master, actions] + +jobs: + to_aur: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + ref: master + - uses: chaotic-aur/aur-master-sync-action@v1 + with: + ssh_private_key: ${{ secrets. AUR_SSH_KEY }}