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 948e076 commit 7099121Copy full SHA for 7099121
src/git-commit-push-via-github-api.ts
@@ -1,4 +1,4 @@
1
-import * as GitHubApi from "github";
+import * as GitHubApi from "@octokit/rest";
2
3
const debug = require("debug")("git-commit-push-via-github-api");
4
const GITHUB_API_TOKEN = process.env.GITHUB_API_TOKEN;
0 commit comments