Skip to content

fix: use GITHUB_TOKEN in install-mcp.sh to avoid rate limiting (#486)#492

Open
dmtrKovalenko wants to merge 2 commits into
mainfrom
triage-bot/issue-486
Open

fix: use GITHUB_TOKEN in install-mcp.sh to avoid rate limiting (#486)#492
dmtrKovalenko wants to merge 2 commits into
mainfrom
triage-bot/issue-486

Conversation

@dmtrKovalenko
Copy link
Copy Markdown
Owner

No description provided.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Comment thread install-mcp.sh Outdated
local curl_args=(-fsSL)

# Use GitHub token if available to avoid rate limiting
if [ -n "${GITHUB_TOKEN:-}" ]; then
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gustav-fff this is wrong this should be $ gh auth token

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[triage-bot] DIRECTED: switched to gh auth token (falls back gracefully if gh missing or unauthed). Pushed 8690e1a.

Honk-Honk 🪿

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants