Skip to content

Commit 53c7958

Browse files
committed
fix: missing token reference
1 parent f24b1d8 commit 53c7958

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/[[...slug]]/action-bar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { GitHubContributors } from "@/components/contributors";
2-
import { githubApiKey, githubUrl } from "@/github";
2+
import { githubAccessKey, githubUrl } from "@/github";
33
import { cn } from "@/lib/cn";
44
import { getPageContributors, getPageSource, icon, type source } from "@/lib/source";
55
import { Image } from "fumadocs-core/framework";
@@ -62,7 +62,7 @@ export async function ActionBar({ page }: { page: InferPageType<typeof source> }
6262
className={buttonVariants({ size: "sm", color: "ghost" })}
6363
owner={contentGithubOrganization}
6464
repo={contentGithubRepository}
65-
token={githubApiKey}
65+
token={githubAccessKey}
6666
/>
6767
)}
6868
</div>

0 commit comments

Comments
 (0)