mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-11 02:00:37 +08:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
import { Octokit } from "octokit";
|
|
|
|
export const octokit = new Octokit({
|
|
auth: import.meta.env.VITE_GITHUB_ACCESS_TOKEN,
|
|
});
|