-
Problem descriptionMy GitHub Stats doesn't reflect my private contributions, even though I followed the steps from the README.md Why am I opening this recurring questionI looked over many other Q&As and they were just missing the Vercel step or PAT_1 step, but I did everything that the docs said and I didn't find any Q&A that did everything and yet got this problem Replication steps1. I've deployed on my own Vercel, by clicking in the deploy button present on the README.md, instead of creating it by scratch:2. I created a PAT where I enabled the repo and user permissions:
3. Then I used this PAT as a environment variable called PAT_1, just as the docs say:
4. I tried using my own vercel domain on the api call, but the result was the same as I was getting using
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Problem solvedI remembered that AI existed (duh) and asked DeepSeek about this, it pointed out that I should change the query to use So I'm sharing this solution if anyone needs this instruction. Why I'm not closing this discussion with this commentI think the README.md should be updated to tell the user to include these flags |
Beta Was this translation helpful? Give feedback.






Hello guys
Let me just clarify that we do NOT provide the following query parameters
&count_private=true&private_contributions=true, it does not affect anything so you can completely remove it. The thing was using your own Vercel domain.