From 9ad2b8186bd680db9d45fe4d2ed44615ecfa465a Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Wed, 16 Sep 2020 08:19:09 -0400 Subject: [PATCH] Clean up installation --- docs/features/software-templates/installation.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/features/software-templates/installation.md b/docs/features/software-templates/installation.md index 726f5faead..ef0afb76f7 100644 --- a/docs/features/software-templates/installation.md +++ b/docs/features/software-templates/installation.md @@ -188,10 +188,7 @@ docs on creating private GitHub access tokens is available Note that the need for private GitHub access tokens will be replaced with GitHub Apps integration further down the line. -> **Right now it is only possible to scaffold repositories inside GitHub -> organizations, and not under personal accounts.** - -The Github access token is retrieved from environment variables by the config. +The Github access token is retrieved from environment variables via the config. The config file needs to specify what environment variable the token is retrieved from. Your config should have the following objects. @@ -204,6 +201,11 @@ scaffolder: visibility: public # or 'internal' or 'private' ``` +You can configure who can see the new repositories that the scaffolder creates +by specifying `visibility` option. Valid options are `public`, `private` and +`internal`. `internal` options is for GitHub Enterprise clients, which means +public within the organization. + ### Running the Backend Finally, make sure you have a local Docker daemon running, and start up the