Use the correct variable name for Bodhi's staging wavierdb token.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-05-08 13:33:57 +00:00
parent b5a0da57e8
commit 68f6a6613a

View file

@ -126,7 +126,7 @@ waiverdb_api_url = https://waiverdb-web-waiverdb.app.os{{env_suffix}}.fedoraproj
# An access token used to authenticate to waiverdb
{% if env == "staging" %}
waiverdb.access_token = {{ bodhistgWaiverToken }}
waiverdb.access_token = {{ bodhi2WaiverTokenSTG }}
{% else %}
# This needs code fixes for the actual waiverdb API
#waiverdb.access_token = {{ bodhi2WaiverToken }}