We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a7a07 commit 05e6692Copy full SHA for 05e6692
webpack/js/octokit.js
@@ -0,0 +1,7 @@
1
+import {Octokit} from '@octokit/rest';
2
+
3
+const AUTH_TOKEN = '';
4
5
+export const octokit = new Octokit({
6
+ auth: AUTH_TOKEN
7
+});
0 commit comments