Skip to content

fix: update GitHub API authorization header#799

Closed
sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/github-api-auth-header
Closed

fix: update GitHub API authorization header#799
sentry[bot] wants to merge 1 commit intomainfrom
seer/fix/github-api-auth-header

Conversation

@sentry
Copy link
Copy Markdown
Contributor

@sentry sentry bot commented Mar 31, 2026

Fixes TANSTACK-COM-2VT. The issue was that: fetchApiContentsRemote uses Bearer token type for GitHub PAT, causing 403 Forbidden due to invalid authentication header format.

  • Changed the Authorization header prefix from 'Bearer' to 'token' for GitHub API requests.
  • This ensures correct authentication when using GitHub Personal Access Tokens (PATs).

This fix was generated by Seer in Sentry, triggered by Dominik Dorfmeister. 👁️ Run ID: 12616582

Not quite right? Click here to continue debugging with Seer.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 31, 2026

Deploy Preview for tanstack ready!

Name Link
🔨 Latest commit 4164ef9
🔍 Latest deploy log https://app.netlify.com/projects/tanstack/deploys/69cbd6fb471d180008589791
😎 Deploy Preview https://deploy-preview-799--tanstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 35 (🔴 down 6 from production)
Accessibility: 90 (no change from production)
Best Practices: 75 (🔴 down 8 from production)
SEO: 97 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@TkDodo TkDodo closed this Mar 31, 2026
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.

1 participant