diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index 6164c76..63ce24a 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -53,6 +53,11 @@ import { import { TechDocsAddons } from '@backstage/plugin-techdocs-react'; import { ReportIssue } from '@backstage/plugin-techdocs-module-addons-contrib'; +import { + EntityGithubActionsContent, + isGithubActionsAvailable, + EntityRecentGithubActionsRunsCard +} from '@backstage/plugin-github-actions'; import { EntityKubernetesContent, @@ -71,14 +76,11 @@ const cicdContent = ( // This is an example of how you can implement your company's logic in entity page. // You can for example enforce that all components of type 'service' should use GitHubActions - {/* - Here you can add support for different CI/CD services, for example - using @backstage-community/plugin-github-actions as follows: + { - */} - + } + + + );