diff --git a/app-config.yaml b/app-config.yaml index 3349a6585f..e018eef87e 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -116,6 +116,12 @@ scaffolder: $secret: env: GITHUB_ACCESS_TOKEN visibility: public # or 'internal' or 'private' + gitlab: + api: + baseUrl: https://gitlab.com + token: + $secret: + env: GITLAB_ACCESS_TOKEN auth: providers: diff --git a/docs/features/software-templates/index.md b/docs/features/software-templates/index.md index 7a8a3bc3dc..ae121f8029 100644 --- a/docs/features/software-templates/index.md +++ b/docs/features/software-templates/index.md @@ -8,8 +8,8 @@ you create Components inside Backstage The Software Templates part of Backstage is a tool that can help you create Components inside Backstage. By default, it has the ability to load skeletons of -code, template in some variables, and then publish the template to some location -like GitHub. +code, template in some variables, and then publish the template to some +locations like GitHub or GitLab.