Private container packages missing from /user/packages
#143842
Unanswered
mzagozen
asked this question in
API and Webhooks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
I'm trying to list the private container packages for the current user, authenticated with a classic personal access token. The token has
read:packages
scope enabled. The repository associated with the private package is public. Querying the /user/packages endpoint only lists the public packages. If I add thevisibility=private
query parameter then the response is empty.The example response in the documentation does include a private container package FWIW
Beta Was this translation helpful? Give feedback.
All reactions