I need to clone a GitLab (custom instance) repository from a script using an authentication (or deploy) token.
I've seen and tried Using GitLab token to clone without authentication (and others) for how to do that with an https
URL scheme, but this GitLab instance has http access disabled.
How to use the authentication token with an ssh URL? I can't seem to find any example, even in the official documentation.