MCPcopy Create free account
hub / github.com/EvoMap/evolver / getGithubToken

Function getGithubToken

src/gep/issueReporter.js:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52function getGithubToken() {
53 return process.env.GITHUB_TOKEN || process.env.GH_TOKEN || process.env.GITHUB_PAT || '';
54}
55
56function getStatePath() {
57 return path.join(getEvolutionDir(), STATE_FILE_NAME);

Callers 1

maybeReportIssueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected