Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github permissions

We've set up a Github app so that it automatically forks a repository for another individual Github user using the Github API. Now we're running into a problem that not everyone wants to give us full read access to all of their private repositories since sometimes they contain sensitive data.

  • Is there a way to only get read/write permission to a single repository and not the individual's entire account?

enter image description here

like image 287
Apollo Avatar asked Nov 07 '22 08:11

Apollo


1 Answers

Unfortunately, this is not available yet. This feature is still under development as you can see in the Gihub Apps roadmap (and note that I am talking about Github Apps, not OAuth Github Apps). I don't know if this will ever be possible in OAuth Apps but it seems that it might in Github Apps.

There is already a discussion about this at the dear github repository. You should check for news there.

like image 129
FFY00 Avatar answered Nov 15 '22 11:11

FFY00