in src/common/github.ts [19:21]
export function getOctokit(): Octokit { return new Octokit({ auth: localStorage.getItem(GITHUB_TOKEN) }); }