Allow passing a GitHub token to authenticate CLI downloads#45
Merged
Conversation
Unauthenticated downloads of the Linear Release CLI hit GitHub's anonymous, per-IP rate limit, which fails on busy or shared CI runners. Add a github_token input (defaulting to the workflow's automatic token) that install.sh uses to authenticate the curl request for a higher rate limit. curl drops the header on the cross-host redirect to the asset CDN, so the token is only ever sent to github.com. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
RomainCscn
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a github_token input so the Linear Release CLI download can be authenticated, avoiding the anonymous rate limit that can fail downloads on busy or shared runners. Defaults to the workflow’s automatic token, but a custom token can be passed if desired.
Closes #43
🤖 Generated with Claude Code