How can I access a GitHub hub private repo from a python/js script? I'm familiar with GitHub api, I can send a GET/POST request to GitHub REST API to get access to public repository data, but how to do the same with private repo?
I also want to do it from github actions YAML script. Is it possible to do so?
1.4m articles
1.4m replys
5 comments
57.0k users