从无法访问的项目Fork
体验新版 GitCode,发现更多精彩内容 >>
import GitHub from 'github-api'; import { githubBotAuth, githubOrg, githubRepo } from '/environment'; const gh = new GitHub(githubBotAuth); const repo = gh.getRepo(githubOrg, githubRepo); export { repo, };