Replies: 2 comments
-
|
You can add in ssh files and an agent to automatically authenticate without any prompts |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
According to #34324 it seems not possible at the moment… |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Authenticating to GitHub Packages says «GitHub Packages only supports authentication using a personal access token (classic).».
Does this mean a GitHub App token (ghs or ghu) can’t be used to read packages?
Here is what I did:
curlto list the packages:With a ghu token I’m getting
and with a ghs token, an empty array
The array is not empty when using one of my own PAT.
Any suggestion for how I could make my App access the npm packages?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions