Use the correct variable name for Bodhi's staging wavierdb token.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
b5a0da57e8
commit
68f6a6613a
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue