Files
vscode/build
Michael LivelyandCopilot 17f555f7bd fix(build): use Bearer auth for GitHub API requests in fetch.ts (#312022)
The Authorization header was constructed as 'Basic ' + base64(token), which
GitHub rejects because Basic auth requires base64(username:password). The
malformed header caused all GitHub API requests to fail with HTTP 403,
which the fetch wrapper masks with a misleading 'you may be rate limited'
message.

This was tolerable on GitHub-hosted runners because their IPs aren't
aggressively rate limited unauthenticated, but on the new 1ES Azure-hosted
runners (shared outbound IPs) the 60 req/hr unauthenticated limit is hit
immediately, breaking core-ci on every PR.

Switch to the Bearer scheme, which is the correct format for both
GITHUB_TOKEN and PATs.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-22 22:44:36 +00:00
..
2026-04-11 20:09:26 +00:00
2026-04-17 18:29:29 +02:00
2026-04-17 18:29:29 +02:00
2026-04-06 20:18:35 +02:00
2026-03-10 20:56:09 -07:00
add
2026-02-09 10:53:56 +01:00
2026-04-17 21:23:43 +00:00
2026-04-19 21:27:03 -04:00
2026-04-21 08:15:13 -07:00