Wrong variable name
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
c5b3833f69
commit
fc6da83b82
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ spec:
|
|||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
{% if discourse2fedmsg_stg_github_secret is defined and env == 'staging' %}
|
||||
{% if discourse2fedmsg_stg_webhook_secret is defined and env == 'staging' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ discourse2fedmsg_stg_github_secret }}"
|
||||
secret: "{{ discourse2fedmsg_stg_webhook_secret }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue