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`