Wrong variable name

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2021-11-16 11:37:16 +01:00
parent c5b3833f69
commit fc6da83b82
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -29,8 +29,8 @@ spec:
triggers: triggers:
- type: ConfigChange - type: ConfigChange
- type: ImageChange - type: ImageChange
{% if discourse2fedmsg_stg_github_secret is defined and env == 'staging' %} {% if discourse2fedmsg_stg_webhook_secret is defined and env == 'staging' %}
- type: GitHub - type: GitHub
github: github:
secret: "{{ discourse2fedmsg_stg_github_secret }}" secret: "{{ discourse2fedmsg_stg_webhook_secret }}"
{% endif %} {% endif %}