all repos — caroster @ 3df01cab507e53e52b3935fbdaf52d2ee47cc12e

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

Merge pull request #3 from octree-gva/setup-action

ci: :construction_worker: Set mirror to Octree's Gitlab repo
Tim Izzo 5ika@users.noreply.github.com
Wed, 22 Feb 2023 09:35:40 +0100
commit

3df01cab507e53e52b3935fbdaf52d2ee47cc12e

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