From 9087def21c42489b7aa4bf824990cbf09e436aec Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Wed, 22 Jan 2025 18:40:24 -0800 Subject: [PATCH] docs: correct github connection env vars and move connections and syncs to group --- docs/integrations/app-connections/github.mdx | 6 +++--- docs/mint.json | 18 ++++++++++++++---- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/docs/integrations/app-connections/github.mdx b/docs/integrations/app-connections/github.mdx index 5d33bad58..bee84ec0f 100644 --- a/docs/integrations/app-connections/github.mdx +++ b/docs/integrations/app-connections/github.mdx @@ -61,9 +61,9 @@ Infisical supports two methods for connecting to GitHub. - `INF_APP_CONNECTION_GITHUB_APP_CLIENT_ID`: The **Client ID** of your GitHub application. - `INF_APP_CONNECTION_GITHUB_APP_CLIENT_SECRET`: The **Client Secret** of your GitHub application. - - `INF_APP_CONNECTION_GITHUB_APP_CLIENT_SLUG`: The **Slug** of your GitHub application. This is the one found in the URL. - - `INF_APP_CONNECTION_GITHUB_APP_CLIENT_APP_ID`: The **App ID** of your GitHub application. - - `INF_APP_CONNECTION_GITHUB_APP_CLIENT_PRIVATE_KEY`: The **Private Key** of your GitHub application. + - `INF_APP_CONNECTION_GITHUB_APP_SLUG`: The **Slug** of your GitHub application. This is the one found in the URL. + - `INF_APP_CONNECTION_GITHUB_APP_ID`: The **App ID** of your GitHub application. + - `INF_APP_CONNECTION_GITHUB_APP_PRIVATE_KEY`: The **Private Key** of your GitHub application. Once added, restart your Infisical instance and use the GitHub integration via app authentication. diff --git a/docs/mint.json b/docs/mint.json index 23b10f579..2fc9f515c 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -347,16 +347,26 @@ "group": "App Connections", "pages": [ "integrations/app-connections/overview", - "integrations/app-connections/aws", - "integrations/app-connections/github" + { + "group": "Connections", + "pages": [ + "integrations/app-connections/aws", + "integrations/app-connections/github" + ] + } ] }, { "group": "Secret Syncs", "pages": [ "integrations/secret-syncs/overview", - "integrations/secret-syncs/aws-parameter-store", - "integrations/secret-syncs/github" + { + "group": "Syncs", + "pages": [ + "integrations/secret-syncs/aws-parameter-store", + "integrations/secret-syncs/github" + ] + } ] }, {