diff --git a/.changeset/cold-toes-sniff.md b/.changeset/cold-toes-sniff.md new file mode 100644 index 0000000000..0b79abd5aa --- /dev/null +++ b/.changeset/cold-toes-sniff.md @@ -0,0 +1,5 @@ +--- +'@backstage/integration': patch +--- + +Adds a new GitHub credentials provider. It handles multiple app configurations. It looks up the app configuration based on the url. diff --git a/.changeset/late-plums-act.md b/.changeset/late-plums-act.md new file mode 100644 index 0000000000..6822f40eeb --- /dev/null +++ b/.changeset/late-plums-act.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend': patch +--- + +Allow a custom GithubCredentialsProvider to be passed to the GitHub processors. diff --git a/.changeset/silent-nails-sleep.md b/.changeset/silent-nails-sleep.md new file mode 100644 index 0000000000..a1587f8427 --- /dev/null +++ b/.changeset/silent-nails-sleep.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +Allow a GitHubCredentialsProvider to be passed to the GitHub scaffolder tasks actions. diff --git a/.changeset/stale-gorillas-mix.md b/.changeset/stale-gorillas-mix.md new file mode 100644 index 0000000000..4ffa1fd553 --- /dev/null +++ b/.changeset/stale-gorillas-mix.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-common': patch +--- + +The GithubUrlReader is switched to use the DefaultGithubCredentialsProvider