From cad51fae59514596fcbbe76ac5bb5606251abf95 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 21 Nov 2024 00:19:06 +0100 Subject: [PATCH] Docs: github-mode: Hint at different env var names (#1356) --- docs/src/content/pages/github-mode.mdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/pages/github-mode.mdoc b/docs/src/content/pages/github-mode.mdoc index b84644744..3689a6baa 100644 --- a/docs/src/content/pages/github-mode.mdoc +++ b/docs/src/content/pages/github-mode.mdoc @@ -89,7 +89,7 @@ Behind the scenes, some environment variables were generated in a `.env` file on KEYSTATIC_GITHUB_CLIENT_ID=... KEYSTATIC_GITHUB_CLIENT_SECRET=... KEYSTATIC_SECRET=... -NEXT_PUBLIC_KEYSTATIC_GITHUB_APP_SLUG=... +NEXT_PUBLIC_KEYSTATIC_GITHUB_APP_SLUG=... # for Next.JS or `PUBLIC_KEYSTATIC_GITHUB_APP_SLUG` for Astro ``` These variables are used to authenticate users with GitHub, based on their access to the GitHub repo in question. @@ -131,4 +131,4 @@ This segment of the [Keystatic Mini-Course on YouTube](https://www.youtube.com/p {% embed mediaType="video" - embedCode="" /%} \ No newline at end of file + embedCode="" /%}