diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 5773f8d22e..28eb1b39d3 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -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 }}