robosignatory: fix key for f38-infra

This should be the infra key, not the normal f38 one.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-04-28 09:28:53 -07:00
parent 333cf52dbe
commit 9a664eadb5

View file

@ -133,7 +133,7 @@ handlers = ["console"]
from = "f38-infra-candidate"
to = "f38-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
{% if env == "production" %}
# ima file signing - enabled in f37
file_signing_key = "fedora-38-ima"