MCPcopy Create free account
hub / github.com/chokcoco/iCSS / getGitHubToken

Method getGitHubToken

website/app/lib/github.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41 // 获取 GitHub Token
42 private static getGitHubToken(): string | undefined {
43 return process.env.GITHUB_TOKEN;
44 }
45
46 // 构建请求头
47 private static getHeaders(): HeadersInit {

Callers 1

getHeadersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected