Hacker News new | ask | show | jobs
by dhdgrygev 1293 days ago
"Read and manage" does not at all sound like read-only access. Is that not supported by GitHub?
1 comments

Reading is supported, but writing permissions can also eb provided. Heroku is one great example of this, if you want to host your application on Heroku then you will need to grant read and write permissions.

In that case, Heroku may add files such as Procfile, etc.