I am looking to create a GitHub repository to collect Python scripts from around 30 people. However, I want these people to be able to push to the repository without seeing its contents, i.e. have write-only access. In other words, I am looking for the following access-controls:
- Public : write
- Owner : read + write
Is there a way to do this easily (or at all)?
I should also say that I have GitHub premium, so I have the abillity to make private repositories.