Skip to content

Commit 05e6692

Browse files
committed
Create the Octokit client
1 parent 43a7a07 commit 05e6692

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

webpack/js/octokit.js

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)