Skip to content

Merge pull request #39 from code0-tech/renovate/taucher2003-gitlab-pi… #49

Merge pull request #39 from code0-tech/renovate/taucher2003-gitlab-pi…

Merge pull request #39 from code0-tech/renovate/taucher2003-gitlab-pi… #49

Workflow file for this run

name: Mirror to GitLab
on:
push:
branches:
- main
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- run: git clone https://github.com/${{ github.repository }} .
- run: git remote add gitlab https://gitlab.com/code0-tech/development/telescopium.git
- run: >-
git
-c credential.helper='!f() { sleep 1; echo "username=${{ secrets.GL_API_USER }}"; echo "password=${{ secrets.GL_API_TOKEN }}"; }; f'
push
-o ci.skip
gitlab HEAD:build-branch