anitya/release-monitoring: fix syntax error
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
fefac1042f
commit
f8a2152949
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ items:
|
|||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ stg_anitya_github_secret }}"
|
||||
{% if anitya_github_secret is defined and env == 'production' %}
|
||||
{% elif anitya_github_secret is defined and env == 'production' %}
|
||||
- type: GitHub
|
||||
github:
|
||||
secret: "{{ anitya_github_secret }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue