We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bb962 commit 4164ef9Copy full SHA for 4164ef9
src/utils/documents.server.ts
@@ -578,7 +578,7 @@ async function fetchApiContentsRemote(
578
const fetchOptions: RequestInit = {
579
headers: {
580
'X-GitHub-Api-Version': '2022-11-28',
581
- Authorization: `Bearer ${env.GITHUB_AUTH_TOKEN}`,
+ Authorization: `token ${env.GITHUB_AUTH_TOKEN}`,
582
},
583
}
584
const res = await fetch(
0 commit comments