We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0af44 commit ead0d71Copy full SHA for ead0d71
ghDirList.js
@@ -4,7 +4,7 @@ showdown.setFlavor("github");
4
const fetchHeaders = {
5
headers: {
6
Accept: "application/vnd.github.v3+json",
7
- Authorization: "token a185f5058a1b89eede21d810611ff54860c5f9c3"
+ Authorization: "a185f5058a1b89eede21d810611ff54860c5f9c3"
8
}
9
};
10
async function findGithubRepoContents(username, repo) {
0 commit comments