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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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";