[toddlers] Remove the token seed for staging

The token isn't really needed and it's replaced by "" when not available. So for
staging we don't need really it.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-05-16 17:51:28 +02:00 committed by zlopez
parent bb8a7285de
commit 182cc17a4f

View file

@ -92,7 +92,6 @@ kojipkgs_url = "https://kojipkgs{{ env_suffix }}.fedoraproject.org"
# Account to use to connect to Pagure-as-dist-git
dist_git_url = "https://src{{ env_suffix }}.fedoraproject.org"
{% if env == "staging" %}
dist_git_token_seed = "{{ toddlers_stg_flag_ci_seed }}"
dist_git_token = "{{ toddlers_stg_dist_git_token }}"
{% else %}
dist_git_token_seed = "{{ toddlers_flag_ci_seed }}"