robosignatory: fix name of key for f39-python sidetag signing
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
10bf453112
commit
9673a0f445
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue