Skip to content

Commit 066b34c

Browse files
chore: push build
1 parent b0fe371 commit 066b34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const organization = core.getInput("organization", { required: true });
165165
const username = core.getInput("username", { required: true });
166166
const token = core.getInput("token", { required: true });
167167

168-
const octokit = new github.GitHub(token);
168+
const octokit = new github.getOctokit(token);
169169

170170
main();
171171

0 commit comments

Comments
 (0)