I am trying to count my public and private repositories for my user name. However, it does not count my private repositories.
Steps to reproduce the behavior
I've tried the local Usage steps from the README and the private repository step (excluding the enterprise URL, not sure if that's required)).
I've also tried forking the project and setting GITHUB_TOKEN I may be doing this wrong; it appears I would need to edit the run.yml but I don't see any instructions for that. I tried adding a with and env entry but they didn't seem to do anything.
Expected behavior
To see counts for public and private repositories.
Describe the bug
I am trying to count my public and private repositories for my user name. However, it does not count my private repositories.
Steps to reproduce the behavior
run.yml
but I don't see any instructions for that. I tried adding awith
andenv
entry but they didn't seem to do anything.Expected behavior
To see counts for public and private repositories.
Thank you!