I’m looking for a way to block REST API access to all the users for a specific Github organization.
I’ve tried quite a few things like block user/block IP range etc… But these options are blocking all the operations including git clone, pull, and push. I’d like to block only REST API access.
Any suggestions on how I could do this?
Thanks so much.