Merge pull request #33682 from backstage/github-support-app-no-org

Fix GitHub app credentials for bare host URLs
This commit is contained in:
Patrik Oldsberg
2026-04-03 00:58:55 +02:00
committed by GitHub
4 changed files with 106 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Fixed `SingleInstanceGithubCredentialsProvider` to return app credentials when `getCredentials` is called with a bare host URL (e.g. `https://github.com`) instead of falling back to a personal access token.