CI-BuildStats icon indicating copy to clipboard operation
CI-BuildStats copied to clipboard

Add Support for GitHub packages

Open wangkanai opened this issue 5 years ago • 3 comments

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

wangkanai avatar Feb 06 '20 03:02 wangkanai

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?

dustinmoris avatar Apr 14 '20 20:04 dustinmoris

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.

AraHaan avatar Mar 10 '21 04:03 AraHaan

Yes that is not a reasonable solution :(

dustinmoris avatar Mar 22 '21 23:03 dustinmoris