Added changeset + docs

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
This commit is contained in:
Alex Crome
2022-09-07 10:11:46 +01:00
parent de6c99b043
commit f76f22c649
2 changed files with 11 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/integration': minor
---
Improved caching around github app tokens.
Tokens are now cached for 50 minutes, not 10.
Calls to get app installations are also included in this cache.
If you have more than one github app configured, consider adding `allowedInstallationOwners` to your apps configuration to gain the most benefit from these performance changes.