Hello.
I'm trying to create a folder for my GitHub organization. Unfortunately, when I select my GitHub credentials, it says 'invalid credentials' and fails to scan the repositories (throwing a FileNotFoundException). Scanning with no credentials works initially but quickly runs up against the rate limit.
The personal access token associated with the GitHub user I selected has the following OAuth scopes enabled for Jenkins:
* repo
* repo:status
* repo_deployment
* public_repo
* admin:repo_hook
* read:repo_hook
* write:repo_hook
* admin:org_hook
Does anyone have any suggestions as to what the problem might be?
Thanks!
—Kevin Godby