all repos — caroster @ 4df8f796878412d8900b6fe4c46f76b1b51c30a9

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

ci: :construction_worker: Set mirror to Octree's Gitlab repo
Tim Izzo tim@octree.ch
Wed, 22 Feb 2023 09:33:58 +0100
commit

4df8f796878412d8900b6fe4c46f76b1b51c30a9

parent

4e9d21c0ca253718b3f38dcd46c4bfa17db1e3f0

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

jump to
A .github/workflow/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 }}