From 66a597e660285277824cd5483354f05deb0a5014 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Wed, 23 Dec 2020 16:17:59 +0100 Subject: Create mirroring.yml --- .github/workflows/mirroring.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/mirroring.yml (limited to '.github/workflows/mirroring.yml') diff --git a/.github/workflows/mirroring.yml b/.github/workflows/mirroring.yml new file mode 100644 index 0000000..10b5f4d --- /dev/null +++ b/.github/workflows/mirroring.yml @@ -0,0 +1,15 @@ +name: Mirroring + +on: [push, delete] + +jobs: + to_gitolite: + runs-on: ubuntu-18.04 + steps: + - uses: actions/checkout@v1 + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: + git@git.c3voc.de:streaming-website.git + ssh_private_key: + ${{ secrets.SSH_PRIVATE_KEY }} -- cgit v1.2.3