1
0
Fork 0

Allow for configuration of confidential services
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nis Wechselberg 2025-05-17 20:33:04 +02:00
parent 694fd412c9
commit 5e9ad05f0f

View file

@ -25,6 +25,7 @@ SERVICES=[
'url': '{{ service.url }}',
'logo_url': '{{ service.logo_url }}',
'required_group': '{{ service.required_group }}',
'confidential': ''{{ service.confidential | default("True") }},
},
{% endfor %}
]