You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyway -- thanks for filing the issue, @Sorsnce! The GitHub token is used to configure the GitHub client that's used to hit the APIs to get repos/users/commits. The intention was not to use it to access private repositories, but it seems like it could serve this purpose.
I'll think about this and see if we can include the functionality in the future.
While running this in Docker
I get prompted every time GitHub does a "pull"
It appears that processor.py is not passing the GitHub token from the config.toml
See on line 35 in processor.py
Looks like you just need to pass the variable to subprocess.run to fix this issue.
The text was updated successfully, but these errors were encountered: