FEATURE REQUEST
Currently, **pull and push mirror** accepts two kinds of authentication, __password__ or __ssh key__.
I have a Github account with many reports, is it possible to __auto mirror all of them to GitLab__.
__ssh key__ wouldn't be suitable to do so since for each GitHub repo, we have to add a separate deploy key by a human.
but __password__ or __GitHub access token__ will give GitLab the access write to all GitHub repo at once. Then GitLab could easily set up a pull mirror against all Github repositories.
issue