robosignatory: fix name of key for f39-python sidetag signing

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-06-13 15:13:18 -07:00
parent 10bf453112
commit 9673a0f445

View file

@ -465,7 +465,7 @@ handlers = ["console"]
[[consumer_config.koji_instances.primary.tags]]
from = "f39-python"
to = "f39-python"
key = "{{ (env == 'production')|ternary('f39-python', 'testkey') }}"
key = "{{ (env == 'production')|ternary('fedora-39', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
file_signing_key = "fedora-39-ima"