GitHub API access for organizations

41 Views Asked by At

I want to access the private repositories in my organization using the GitHub API. You need an API token for that. For this I created a GitHub app on my organization. Then I used this code from the documentation to get the token, but the generated token is not accepted and on https://jwt.io/ it says "Invalid Signature". What I have done wrong? How do I get my token to access the API?

0

There are 0 best solutions below