From a13d939781b30fca13a6a37f347a40341edaf9ab Mon Sep 17 00:00:00 2001 From: Adam Letizia <43392371+koalaty-code@users.noreply.github.com> Date: Mon, 15 May 2023 09:05:15 -0500 Subject: [PATCH] Update .changeset/silver-cars-type.md Co-authored-by: Johan Haals Signed-off-by: Adam Letizia <43392371+koalaty-code@users.noreply.github.com> --- .changeset/silver-cars-type.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/silver-cars-type.md b/.changeset/silver-cars-type.md index 126005db18..0636eccd8f 100644 --- a/.changeset/silver-cars-type.md +++ b/.changeset/silver-cars-type.md @@ -2,4 +2,6 @@ '@backstage/plugin-github-actions': minor --- -add support for GHES hosted repositories +Added support GitHub Enterprise hosted repositories. + +**BREAKING**: The `GithubActionsClient` is updated to take an `scmAuthApi` instead of the previous `githubAuthApi`. This does not require any code changes unless you construct your own `GithubActionsClient`