From 4fa9c73988763e4fffed50b55ec52c71fa39d689 Mon Sep 17 00:00:00 2001 From: Boris Baldassari Date: Sat, 24 Nov 2018 13:01:00 +0100 Subject: [PATCH] #3 Fix typos in index + generated doc. --- docs/deploy/Docker-SCAVA.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/deploy/Docker-SCAVA.md b/docs/deploy/Docker-SCAVA.md index 1eddea8..9295626 100644 --- a/docs/deploy/Docker-SCAVA.md +++ b/docs/deploy/Docker-SCAVA.md @@ -68,6 +68,12 @@ Access the administration web app by using the following address in the web brow For login use user: admin pass: admin +## Configuring the GitHub token + +In order to use the GitHub connectors, one needs to setup an authentication mechanism. Simply create a authentication token in yourGitHub account, and create a new property in the webadmin UI: + +* key: githubToken +* value: the github token created on the github account. ## Continuous integration