From bdf5c24328a67e06af62cc9ddfb4c72cbbc890f1 Mon Sep 17 00:00:00 2001 From: ebarrios Date: Mon, 15 Feb 2021 14:50:44 +0100 Subject: [PATCH] The apps entry in the yaml file need to be at the same level as the host, if it is not the app will not start and complain about it --- docs/plugins/github-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/github-apps.md b/docs/plugins/github-apps.md index d3b0e36cd9..1cac85fbce 100644 --- a/docs/plugins/github-apps.md +++ b/docs/plugins/github-apps.md @@ -77,6 +77,6 @@ method of distributing secrets. integrations: github: - host: github.com - apps: + apps: - $include: example-backstage-app-credentials.yaml ```