From e1178b43613ff4c15a9479a0996bfe4cfb6f36b7 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Wed, 14 Jul 2021 08:57:51 +0100 Subject: [PATCH] update github readme to include owners filter Signed-off-by: Brian Fletcher --- docs/plugins/github-apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/github-apps.md b/docs/plugins/github-apps.md index 81fc870593..8d86c03220 100644 --- a/docs/plugins/github-apps.md +++ b/docs/plugins/github-apps.md @@ -92,11 +92,11 @@ integrations: ### Limiting the GitHub App installations If you want to limit the GitHub app installations visible to backstage you may -optionally include the `allowedInstallationIds` option. +optionally include the `allowedInstallationOwners` option. ```yaml appId: 1 -allowedInstallationIds: [1234] +allowedInstallationOwners: [1234] clientId: client id clientSecret: client secret webhookSecret: webhook secret