From 46533ed01b75c8751f6c7c05ffb1794098f8cd2c Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 26 Jan 2021 15:53:32 +0100 Subject: [PATCH] chore: fix the config key for scaffolderr --- docs/features/software-templates/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features/software-templates/installation.md b/docs/features/software-templates/installation.md index 6d516eef3a..c2f95f26ea 100644 --- a/docs/features/software-templates/installation.md +++ b/docs/features/software-templates/installation.md @@ -199,7 +199,8 @@ integrations: $env: GITHUB_TOKEN scaffolder: - visibility: public # or 'internal' or 'private' + github: + visibility: public # or 'internal' or 'private' ``` #### GitLab