dustinmoris / CI-BuildStats

Little widget to display AppVeyor, TravisCI, CircleCI, GitHub Actions or Azure Pipelines build history charts and other SVG badges.
https://buildstats.info
GNU General Public License v2.0
171 stars 25 forks source link

Add Support for GitHub packages #29

Open wangkanai opened 4 years ago

wangkanai commented 4 years ago

Please add support for GitHub packages! For projects that utilize this GitHub feature will enable for Used by to be discover by the platform much more easily. This is also an alternative to MyGet nuget feed that normally use for publish dev CI build packages before publishing release to nuget.

https://github.com/wangkanai/Detection/packages

dustinmoris commented 4 years ago

I can't find anything in the GitHub API which allows me to explore/list/view packages of a repository. Do you have a link to the documentation which explains how to view packages through their API?

AraHaan commented 3 years ago

The only way to do such is with some sort of Personal Access Token to be able to authenticate to the github packages api even for public packages which sucks.

dustinmoris commented 3 years ago

Yes that is not a reasonable solution :(