From f0db6eefbc4a359f66a89c6eafe1ca5502c3783e Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Tue, 19 Aug 2025 04:18:12 +0200 Subject: [PATCH] Update docs/templates/concepts/auth-providers/github.mdx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- docs/templates/concepts/auth-providers/github.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/concepts/auth-providers/github.mdx b/docs/templates/concepts/auth-providers/github.mdx index 840756fe9..051c67457 100644 --- a/docs/templates/concepts/auth-providers/github.mdx +++ b/docs/templates/concepts/auth-providers/github.mdx @@ -28,7 +28,7 @@ You should replace these before you go into production. 6. Save the **Client ID** and click **Generate a new client secret** to create your **Client Secret**. - ## When using GitHub apps + ### When using GitHub apps 1. Navigate to your [GitHub Developer Settings](https://github.com/settings/developers). 2. Click the **New GitHub App** button. 3. Enter a name for your application, homepage URL, and a description.