all repos — caroster @ 16a6e4419b43fb38d4436e78c2387c8582673240

[Octree] Group carpool to your event https://caroster.io

🩹 Fix 'workflows' directory
Tim Izzo tim@octree.ch
Wed, 22 Feb 2023 09:37:00 +0100
commit

16a6e4419b43fb38d4436e78c2387c8582673240

parent

3df01cab507e53e52b3935fbdaf52d2ee47cc12e

1 files changed, 15 insertions(+), 0 deletions(-)

jump to
A .github/workflows/gitlab-mirror.yml

@@ -0,0 +1,15 @@

+name: GitLab Mirroring + +on: [push, delete] + +jobs: + to_octree_gitlab: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: pixta-dev/repository-mirroring-action@v1 + with: + target_repo_url: git@git.octree.ch:6118/o/caroster.git + ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}