-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: GetUserByName: "user redirect does not exist [name: astral-sh] #192
Comments
Just checked, and everything works as expected when I downgrade to
Logs
|
As wrote in the other issue I do not see any changes which can explain this. My current assumption is that Gitea has a problem that this action got renamed from |
@eifinger Thanks for having a look at this. I've spotted something when comparing Interestingly, if I provide a GitHub token with
Anyway, now that |
I've just tested versions So presumably it must be the changes introduced in |
Perhaps getting latest release of |
So, I think the problem only happens when you set
Looking at the changes in PR #178, I believe it must be an error occurring in setup-uv/src/download/download-version.ts Lines 103 to 113 in 38f3f10
|
Could you please also try with |
Interesting, this doesn't work.
|
I just did some experiments with
|
I've just created a fresh runner (so no cached data) and I've just tested
|
And I've just tried
|
Is that a valid token? Can you try that with |
Good spot. Sorry, I used the wrong secret name. |
This action currently assumes that it is running in the GitHub ecosystem which makes sure that the env var GITHUB_TOKEN is always set and can be used to connect to the Github REST API. If you are using e.g. Gitea please make sure that you provide a valid token. To solve that we need to exchange octokit with other means to collect release information which does not need a token. |
Just to clarify, this is valid for I don't mind if this issue gets closed as we should be moving to |
Good catch thanks for clarifying and your help in pinpointing the culprit! |
I've been using
v3
for a while without any problems on my self-hosted runner. Just updated tov4
and ran into this GetUserByName error.Logs
The text was updated successfully, but these errors were encountered: