在Gitlab中,现在可以自动镜像远程GIT仓库:http://docs.gitlab.com/ee/workflow/repository_mirroring.html
同步可以手动完成,也可以通过gitlab cron脚本完成(每小时运行一次).
我想以这种方式同步我的github repo并使用我自己的跑步者运行Gitlab CI工作.
是否可以自动化同步任务,即通过Github webhooks?你知道Gitlab基础设施是否还有其他办法吗?
我想避免黑客攻击: - 在gitlab runner中克隆github repo - 运行我自己的cron作业,这些作业会更频繁地同步