From c60aee81b38ff4c43fa639cfd09b4b610b393085 Mon Sep 17 00:00:00 2001 From: Valber Junior <84424883+ValberJunior@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:54:20 -0300 Subject: [PATCH] Create veecode-github-workflows Signed-off-by: Valber Junior <84424883+ValberJunior@users.noreply.github.com> --- microsite/data/plugins/veecode-github-workflows | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 microsite/data/plugins/veecode-github-workflows diff --git a/microsite/data/plugins/veecode-github-workflows b/microsite/data/plugins/veecode-github-workflows new file mode 100644 index 0000000000..cd518dd8b8 --- /dev/null +++ b/microsite/data/plugins/veecode-github-workflows @@ -0,0 +1,15 @@ +--- +title: Veecode GitHub Workflows +author: Veecode Platform +authorUrl: https://github.com/veecode-platform +category: CI/CD +description: The Github Workflows plugin provides an alternative for manually triggering GitHub workflows from within your Backstage component. +documentation: https://github.com/veecode-platform/platform-backstage-plugins/tree/master/plugins/github-workflows +iconUrl: https://veecode-platform.github.io/support/imgs/logo_2.svg +npmPackageName: '@veecode-platform/backstage-plugin-github-workflows' +tags: + - ci + - cd + - github + - workflows +addedDate: '2023-09-12'