-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(app/metrics): private repositories may be always ignored #1072
Comments
Hi, I'm trying to set up actions for my own profile and I also ran into the same issues. I took a quick look at the code and the issues seems to be that no token is passed when cloning a repo, causing clones to all private repos to fail: https://github.com/lowlighter/metrics/blob/master/source/plugins/languages/analyzer/analyzer.mjs#L94 According to this Stackoverflow post, all you need to do is change the URL to include the token. |
Encountering the same issue myself |
Just created a PR to fix this: #1579 |
A lot of users seems to report that their private repositories are not taken into account, even with a
repo
scopeThe text was updated successfully, but these errors were encountered: