Skip to content
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

pin the github api url? #188

Closed
davidszotten opened this issue Dec 9, 2024 · 1 comment · Fixed by #191
Closed

pin the github api url? #188

davidszotten opened this issue Dec 9, 2024 · 1 comment · Fixed by #191

Comments

@davidszotten
Copy link

Hi,

I'm trying to use this action from a hosted github enterprise instance. Unfortunately it is auto-configuring its own api url when octokit is instantiated, could we pin the api url to https://api.github.com e.g. in https://github.com/astral-sh/setup-uv/blob/main/src/download/download-version.ts#L94

e.g. something like lyst@843eb11

eifinger added a commit that referenced this issue Dec 11, 2024
The octokit client would default to the URL of enterprise instances and
then not be able to find the uv repo.

Closes: #188
@davidszotten
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant