Skip to content

Commit

Permalink
Merge pull request #709 from awanlin/topic/enable-demo-template
Browse files Browse the repository at this point in the history
Enabled Demo Template
  • Loading branch information
awanlin authored Nov 4, 2024
2 parents 50c813f + 585f917 commit f2a6b28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions demo-template/template/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ spec:
ui:options:
requestUserCredentials:
secretsKey: USER_OAUTH_TOKEN
additionalScopes:
github:
- workflow
allowedHosts:
- github.com

Expand Down

0 comments on commit f2a6b28

Please sign in to comment.