Skip to content

Commit 03bb6df

Browse files
committed
fix: adapt for @octokit/core v2
1 parent 4647fe9 commit 03bb6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { createActionAuth } from "@octokit/auth-action";
44
import { VERSION } from "./version";
55

66
export const Octokit = Core.defaults({
7-
auth: createActionAuth(),
7+
authStrategy: createActionAuth,
88
userAgent: `octokit-action.js/${VERSION}`
99
});

0 commit comments

Comments
 (0)