Reputation: 3826
I have a private repo at github and the access is controlled by deployment ssh key pairs. Now I want to set up a read-only access for CI.
I searched this: Github: readonly access to a private repo
but still clueless.
Anybody can let me know how to do it?
Thanks in advance!
Upvotes: 9
Views: 10075
Reputation: 8143
Go to https://github.com/organizations/<your organisation>/teams
, there you can create a read-only access team for your repository.
The difficulty of finding this page surprises me every time I need it.
Upvotes: 4
Reputation: 1394
You may be looking for GitHub deploy keys. See answers to this question for more detail.
Upvotes: 5