gitlab.com: When mirroring a remote repo, what SSH public key to allow?
I am trying to use gitlab's amazing "mirror repository" feature.
Let's say I want to mirror a git repo on github.com (or bitbucket.com), and that I want to use SSH auth. What public key should I configure in github.com as deployment key?
I have tried looking in the documentation for Gitlab EE, but I didn't find anything that was applicable (http://doc.gitlab.com/ee/workflow/repository_mirroring.html).
Any hints? Thx