chore: add changeset

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-12-11 09:39:49 +01:00
parent f2b7585824
commit a26a3229bc
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Added support for using a GitHub App installation to generate tokens for public repository access when the `publicAccess` option is enabled. When all other authentication methods fail (e.g., the app is not installed in that organization), the provider will now use an available installation to generate a token that can be used to access public repositories as read only.