Updated github lib

This commit is contained in:
r-freeman 2023-02-20 20:46:28 +00:00
parent c3b645321f
commit 44f6eb39d6

View File

@ -1,5 +1,5 @@
import type {Repo} from '@/types'
import fetcher from "@/lib/fetcher";
import fetcher from '@/lib/fetcher'
const GITHUB_ACCESS_TOKEN = process.env.GITHUB_ACCESS_TOKEN
const GITHUB_USERNAME = process.env.GITHUB_USERNAME