ftbfs_weekly_reminder: Don't use password or it would be eaten
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 <miro@hroncok.cz>
This commit is contained in:
parent
bb31efdf5d
commit
349238d224
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue