Mirror of github project with gitlab runners

I don’t have a solution but I do use a workaround. I have a clone of the project in github. Then I do CI/CD for that fork in gitlab. Since the fork is mine, I can add a .gitlab-ci.yml. On a regular basis I merge origin to my form --ff-only which works because they never had a gitlab-ci.yml in the first place.