From a26a3229bca53d93348ea7dcb92f2eb9ff76684c Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Thu, 11 Dec 2025 09:39:49 +0100 Subject: [PATCH] chore: add changeset Signed-off-by: benjdlambert --- .changeset/bumpy-pens-swim.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/bumpy-pens-swim.md diff --git a/.changeset/bumpy-pens-swim.md b/.changeset/bumpy-pens-swim.md new file mode 100644 index 0000000000..462045e462 --- /dev/null +++ b/.changeset/bumpy-pens-swim.md @@ -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.