From 349238d2244219cbd315a436cb3c26de9afa35e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 23 Feb 2022 14:37:27 +0100 Subject: [PATCH] ftbfs_weekly_reminder: Don't use password or it would be eaten MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes https://pagure.io/releng/issue/10642 Related to https://pagure.io/fedora-infrastructure/issue/10525 Depends-On: https://pagure.io/releng/pull-request/10665 Signed-off-by: Miro HronĨok --- roles/releng/templates/ftbfs.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/releng/templates/ftbfs.cfg.j2 b/roles/releng/templates/ftbfs.cfg.j2 index b2ed68838d..40778b24b9 100644 --- a/roles/releng/templates/ftbfs.cfg.j2 +++ b/roles/releng/templates/ftbfs.cfg.j2 @@ -2,10 +2,10 @@ {% if env == "production" %} bugzilla=https://bugzilla.redhat.com/ tracking=1992484 +api_key={{ prod_releng_bz_api_key }} {% elif env == 'staging' %} bugzilla=https://bugzilla.stage.redhat.com/ tracking=1732434 +api_key={{ stg_releng_bz_api_key }} {% endif %} -username={{ ftbfs_bugzilla_account }} -password={{ ftbfs_bugzilla_password }} fedora=f36