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.
createActionAuth()
1 parent 80d6827 commit 2de6044Copy full SHA for 2de6044
src/auth-action-browser.ts
@@ -0,0 +1,5 @@
1
+export function createActionAuth() {
2
+ throw new Error(
3
+ "[@octokit/auth] `createActionAuth` is not supported in browsers"
4
+ );
5
+}
0 commit comments