Hacker News new | ask | show | jobs
by reipahb 3646 days ago
Isn't that what deploy keys are for? See: http://docs.gitlab.com/ce/ssh/README.html#deploy-keys

Deploy keys give read-only access to clone a repository, and they are associated directly with the repository.

1 comments

That depends on having an SSH keypair. I just want a token for internal only projects.
I don't understand how your token is different from an SSH keypair. Would you explain?