From 81ff07ec28ab24cfc228fc09490ec07cf6753096 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 25 Oct 2022 19:57:36 +0200 Subject: [PATCH] docs: Add generic explanation to github connection guide --- packages/docs/pages/connections/github.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/docs/pages/connections/github.md b/packages/docs/pages/connections/github.md index 669c3657..28acfc1a 100644 --- a/packages/docs/pages/connections/github.md +++ b/packages/docs/pages/connections/github.md @@ -1,5 +1,10 @@ # Github +:::info +This page explains the steps you need to follow to set up the Github +connection in Automatisch. If any of the steps are outdated, please let us know! +::: + 1. Go to the [link](https://github.com/settings/applications/new) to register a **new OAuth application** on Github. 2. Fill **Application name** and **Homepage URL**. 3. Copy **OAuth Redirect URL** from Automatisch to **Authorization callback URL** field on Github page.