the number of org packages gives 0 #998
-
See: https://github.com/deepmodeling/.github/blob/main/github-metrics.svg It should give 6, but actually gives 0. |
Beta Was this translation helpful? Give feedback.
Answered by
lowlighter
Apr 23, 2022
Replies: 1 comment
-
This will be fixed by #1005, but you'll need to provide the additional The GraphQL API doesn't expose (currently?) packages published on ghcr.io (see related github community discussion) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
njzjz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will be fixed by #1005, but you'll need to provide the additional
read:packages
scope unfortunately.The GraphQL API doesn't expose (currently?) packages published on ghcr.io (see related github community discussion)
As a workaround, the REST API provides
listPackagesForOrganization
/listPackagesForUser
endpoints, but these requires the mentioned scopes to work