Always use api.github.com (#191)

The octokit client would default to the URL of enterprise instances and
then not be able to find the uv repo.

Closes: #188
This commit is contained in:
Kevin Stillhammer
2024-12-11 18:42:54 +01:00
committed by GitHub
parent 884a30e33c
commit 3460fe1a9a
5 changed files with 18 additions and 10 deletions

View File

@ -1,3 +1,4 @@
export const REPO = "uv";
export const OWNER = "astral-sh";
export const TOOL_CACHE_NAME = "uv";
export const GITHUB_COM_API = "https://api.github.com";