How to set up github read-only access

I have a private repo on github and access is controlled by ssh key pairs for deployment. Now I want to configure read-only access for CI.

I searched for this:    Github: private access only to private repository

but still ignorant.

Can anyone let me know how to do this?

Thanks in advance!

+4
source share
2 answers

Go to https://github.com/organizations/<your organisation>/teams, there you can create a read-only access command for your repository.

The difficulty of finding this page surprises me every time I need it.

+2
source

, GitHub . . .

0

All Articles