From 585f917fbe96d61cd3069caa5ddd2616294fbb93 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Wed, 30 Oct 2024 08:06:42 -0500 Subject: [PATCH] Enabled Demo Template Signed-off-by: Andre Wanlin --- app-config.yaml | 6 +++--- demo-template/template/template.yaml | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-config.yaml b/app-config.yaml index 8a666334a..a61410351 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -106,10 +106,10 @@ catalog: target: https://github.com/mclarke47/dice-roller/blob/master/catalog-info.yaml # Demo Software Template - - type: file - target: ../../demo-template/template/template.yaml + - type: url + target: https://github.com/backstage/demo/blob/master/demo-template/template/template.yaml rules: - - allow: ['Template'] + - allow: [Template] providers: backstage: enabled: false diff --git a/demo-template/template/template.yaml b/demo-template/template/template.yaml index 5d8ea3183..175ff3506 100644 --- a/demo-template/template/template.yaml +++ b/demo-template/template/template.yaml @@ -92,6 +92,9 @@ spec: ui:options: requestUserCredentials: secretsKey: USER_OAUTH_TOKEN + additionalScopes: + github: + - workflow allowedHosts: - github.com