diff --git a/.changeset/ninety-worms-kick.md b/.changeset/ninety-worms-kick.md index 5170dbbdce..f350c6eb31 100644 --- a/.changeset/ninety-worms-kick.md +++ b/.changeset/ninety-worms-kick.md @@ -2,4 +2,4 @@ '@backstage/integration': patch --- -adds an allow list of github installations +Adds an allow list of GitHub installations diff --git a/docs/plugins/github-apps.md b/docs/plugins/github-apps.md index 5e69ae8294..386320cbb3 100644 --- a/docs/plugins/github-apps.md +++ b/docs/plugins/github-apps.md @@ -85,10 +85,10 @@ integrations: - $include: example-backstage-app-credentials.yaml ``` -### Limiting the Github App installations +### Limiting the GitHub App installations -If you want to limit the Github app installations visible to backstage you -may optionally include the `allowedInstallationIds` option. +If you want to limit the GitHub app installations visible to backstage you may +optionally include the `allowedInstallationIds` option. ```yaml appId: 1 @@ -102,5 +102,5 @@ privateKey: | -----END RSA PRIVATE KEY----- ``` -This will result in backstage preventing the use of any installation that is not within the -allow list. +This will result in backstage preventing the use of any installation that is not +within the allow list.