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 303c29c commit f522d36Copy full SHA for f522d36
src/index.ts
@@ -1,11 +1,11 @@
1
-import { createTokenAuth, Types } from "@octokit/auth-token";
+import { createTokenAuth, Types as AuthTokenTypes } from "@octokit/auth-token";
2
3
import { StrategyInterface } from "@octokit/types";
4
5
export type Types = {
6
StrategyOptions: never;
7
AuthOptions: never;
8
- Authentication: Types["Authentication"];
+ Authentication: AuthTokenTypes["Authentication"];
9
};
10
11
export const createActionAuth: StrategyInterface<
0 commit comments