MCPcopy Index your code
hub / github.com/github/docs / github

Function github

script/helpers/github.js:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17// See https://github.com/octokit/rest.js/issues/1207
18export default function github() {
19 return new Octokit({
20 auth: `token ${apiToken}`,
21 })
22}

Calls

no outgoing calls

Tested by

no test coverage detected