From 182cc17a4f85d3d541614f7a6f8968f5d992ab51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 16 May 2022 17:51:28 +0200 Subject: [PATCH] [toddlers] Remove the token seed for staging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ý --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index b304a75031..0e0a343dd3 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -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 }}"