You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install: use GITHUB_TOKEN for authenticated GitHub requests
When the GITHUB_TOKEN environment variable is set, pass it as an
Authorization header on curl/wget downloads and embed it in the git
remote URL for ls-remote. This helps avoid rate limits and enables
installation from private repositories.
When GITHUB_TOKEN is unset, behavior is unchanged — the auth arrays
expand to nothing and the git remote URL stays unauthenticated.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments