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
Is your feature request related to a problem? Please describe.
I'm using the GitHub readme stats cards in my profile README with the following configuration:
However, my private contributions are not being included in the statistics despite using the count_private=true parameter. According to the documentation, this parameter should include private contributions in the stats count.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Could you clarify if you've already checked the documentation section on forking this repository and deploying your own instance? Alternatively, are you attempting to pass the count_private parameter to the GitHub stats API?
Could you clarify if you've already checked the documentation section on forking this repository and deploying your own instance? Alternatively, are you attempting to pass the count_private parameter to the GitHub stats API?
Let me know so I can assist further!
Yes, I deployed my own instance and passed &count_private=true.
The only thing is I have changed all https://api.github.com/graphql to process.env.MY_COMPANY_GITHUB_GRAPHQL and https://api.github.com/search to process.env.MY_COMPANY_GITHUB_SEARCH, which refers to my company enterprise address. It works for my public repos in that github enterprise but not for private.
P.S. I have added PAT_1 into enterprise.
Maybe it's because of Git Scope. If I select my github enterprise username, Vercel is free and if I select my company username as Git Scope, it changes to Pro plan and asks to pay:
Is your feature request related to a problem? Please describe.
I'm using the GitHub readme stats cards in my profile README with the following configuration:
However, my private contributions are not being included in the statistics despite using the
count_private=true
parameter. According to the documentation, this parameter should include private contributions in the stats count.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: