Skip to content

Fix asset download for private repositories#17

Merged
saimizi merged 1 commit intomainfrom
feature/fix-download-private
Jan 27, 2026
Merged

Fix asset download for private repositories#17
saimizi merged 1 commit intomainfrom
feature/fix-download-private

Conversation

@saimizi
Copy link
Owner

@saimizi saimizi commented Jan 27, 2026

What's changed

Use GitHub API endpoint with asset ID instead of browser_download_url to ensure authentication header is preserved. The browser_download_url redirects to a CDN where the auth header is not forwarded, causing 404 errors for private repos.

Use GitHub API endpoint with asset ID instead of browser_download_url
to ensure authentication header is preserved. The browser_download_url
redirects to a CDN where the auth header is not forwarded, causing
404 errors for private repos.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@saimizi saimizi merged commit 8ed6abe into main Jan 27, 2026
3 checks passed
@saimizi saimizi deleted the feature/fix-download-private branch January 27, 2026 11:55
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