5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-19 11:04:08 +00:00

Do not expect GITHUB_TOKEN to be set or valid (#262)

This fixes issues with GHES

Fixes: #221
This commit is contained in:
Kevin Stillhammer
2025-01-30 14:37:07 +01:00
committed by GitHub
parent 2625dd350b
commit 4db96194c3
8 changed files with 8078 additions and 8774 deletions

View File

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