bodhi: use BZ API key in staging

Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
Mattia Verga 2022-02-23 20:44:52 +01:00 committed by kevin
parent 54a700eb00
commit 903df7e9e9

View file

@ -323,12 +323,8 @@ bodhi_email = updates@fedoraproject.org
# ignored.
{% if env == "production" %}
bugzilla_api_key = {{ bodhi_bugzilla_api_key }}
{% endif %}
# This is the password used to access Bodhi's bugzilla account. Ignored if bugzilla_api_key is set.
# bodhi_password =
{% if env == "staging" %}
bodhi_password = {{ bodhiBugzillaPassword }}
{% else %}
bugzilla_api_key = {{ bodhi_bugzilla_api_key_stg }}
{% endif %}
# The address that gets the requests