-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
GHESIssues with GitHub enterprise serverIssues with GitHub enterprise server
Description
environmnent: Github Enterprise Server
on gha yaml (where $PYTHON_VERSION is set 3.12
):
- name: Install the latest version of uv and set the python version
uses: astral-sh/setup-uv@v5
with:
version: "0.6"
python-version: $PYTHON_VERSION
enable-cache: true
log:
No (valid) GitHub token provided. Falling back to anonymous. Requests might be rate limited.
Error: API rate limit exceeded for [My IP Address]. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) - https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting
Not sure but might be relates to #221.
I'm not looking into deep but it seems setup-python already solve the same problem? see actions/setup-python#766 .
Metadata
Metadata
Assignees
Labels
GHESIssues with GitHub enterprise serverIssues with GitHub enterprise server