We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568da6a commit 422d3baCopy full SHA for 422d3ba
src/octo.ts
@@ -7,7 +7,7 @@ function getOctokit() {
7
if (process.env.TEST_GITHUB_TOKEN) {
8
token = process.env.TEST_GITHUB_TOKEN;
9
}
10
- const kit = new github.GitHub(token);
+ const kit = new github.getOctokit(token);
11
return kit;
12
13
0 commit comments