Replies: 3 comments 2 replies
-
|
Hmm I wonder if ungh doesn't support airhead requests. Will have to take a look later. Strange that you'd be the first to notice this 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Yeah ig they don't support private repos. Which makes sense since that's not their claim really. When I have the chance I should revert #541 and we should just use the fetch API to the GitHub API. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Fixed in #593 sorry this took so long! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey,
are private github registries no longer supported? I tried setting it up using a fine grained personal access token with read permission for content on my repo. Then tried to register it using the
tokenscommand and also using theauth --tokencommand. Also used--no-cache.Always this output:
When i set the repo to public everything works as expected.
When i send a test request with the Authorization header token from https://ungh.cc/#tag/default/get/repos/{owner}/{repo} i also get a 404.
Am i missing something?
Beta Was this translation helpful? Give feedback.
All reactions