ci: :construction_worker: Set mirror to Octree's Gitlab repo
        Tim Izzo tim@octree.ch
        
        
        
        
        
        Wed, 22 Feb 2023 09:33:58 +0100
        
          1 files changed,
          15 insertions(+),
          0 deletions(-)
          
          
        
            
            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 }}