Skip to content

Commit cc99b3c

Browse files
committed
feat: initial version
1 parent 714bb02 commit cc99b3c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/index.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { createBasicAuth } from "@octokit/auth-basic";
2+
import { createAppAuth } from "@octokit/auth-app";
3+
import { createOAuthAppAuth } from "@octokit/auth-oauth-app";
4+
import { createTokenAuth } from "@octokit/auth-token";
5+
import { createActionAuth } from "@octokit/auth-action";
6+
7+
export {
8+
createBasicAuth,
9+
createAppAuth,
10+
createOAuthAppAuth,
11+
createTokenAuth,
12+
createActionAuth
13+
};

0 commit comments

Comments
 (0)