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 4647fe9 commit 03bb6dfCopy full SHA for 03bb6df
src/index.ts
@@ -4,6 +4,6 @@ import { createActionAuth } from "@octokit/auth-action";
4
import { VERSION } from "./version";
5
6
export const Octokit = Core.defaults({
7
- auth: createActionAuth(),
+ authStrategy: createActionAuth,
8
userAgent: `octokit-action.js/${VERSION}`
9
});
0 commit comments