update github readme to include owners filter

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2021-07-14 08:57:51 +01:00
parent 206874bd4e
commit e1178b4361
+2 -2
View File
@@ -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