the-new-hotness: Add missing configuration parameter

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-02-18 17:25:23 +01:00
parent 49844e6252
commit cfbfc2a2e2

View file

@ -31,6 +31,7 @@ config = {
'user': '{{ upstream_release_bugzilla_user }}',
'password': '{{ upstream_release_bugzilla_password }}',
{% if env == 'staging' %}
'api_key': '',
'url': 'https://partner-bugzilla.redhat.com',
'explanation_url': 'https://stg.fedoraproject.org/wiki/Upstream_release_monitoring',
{% else %}