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 714bb02 commit cc99b3cCopy full SHA for cc99b3c
src/index.ts
@@ -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