1 min read
Gitlab repo sync
Simple pipeline to sync github repot into gitlab
Table of Contents
Pipeline
|
|
Variables & Config
Will need to setup a scheduler for the newly created pipeline
|
|
Set “Description, Interval pattern” and the 2 variables
GITHUB_REPO
If your repo link looks like https://github.com/test/repo1.git then you need to grab the part after the github.com
Example: test/repo.git
PROJECT_PUSH_TOKEN
Need to generate an API token on Github which has repo scope
|
|