From 6332124d21f4054fbb09a1d0de8f9b1c6b578264 Mon Sep 17 00:00:00 2001 From: Brenden Gammill <68436546+BMG93@users.noreply.github.com> Date: Tue, 21 May 2024 15:24:07 +0200 Subject: [PATCH] ADD: missing step to readme explaining how to authorize your token (#29) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 291c425..914186b 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ To get you GitHub integration working you need to generate yourself a new token 4. Select a scope the following is enough for basic usage (may have to adjusted if you want to go beyong the basic scope) img 5. Copy and paste your `GitHub Token` and paste it into the correct environment variable (`GITHUB_TOKEN`) +6. follow this guide in order to authorize your token: https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on # Running Environments If you have followed the essential setup steps ([Setup database](#setup-database-with-docker), [GitHub Auth](#github-auth) and [GitHub Integration](#github-integration))