teoxoy / profile-readme-stats

Showcase your github stats on your profile README.md
https://github.com/marketplace/actions/profile-readme-stats
MIT License
245 stars 85 forks source link

Distinguish between private and public repositories #26

Closed DSiekmeier closed 7 months ago

DSiekmeier commented 8 months ago

Thanks for this nice project!

I wonder if there is a way to implement the possibility to distinguish between private and public repositories. For example I would like to see the top programming languages for public repos only.

Kind Regards, Dennis

teoxoy commented 8 months ago

I think this is possible already, if the access token doesn't include private repositories, private repository data won't be available.

The readme hints at this but is not very explicit.

DSiekmeier commented 7 months ago

This does not exactly fulfills my requirement, because one cannot show a statistic like

There are x public and y private repositories.

But thanks for your answer. Kind Regards.