robosignatory: Fix the KeyID for the f34 Fedora-Infra key
Fixes: 309026d
("Branching F33 from rawhide")
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
ca4d7dbf7c
commit
de4e3bc238
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ handlers = ["console"]
|
|||
from = "f34-infra-candidate"
|
||||
to = "f34-infra-stg"
|
||||
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
|
||||
|
||||
|
||||
# Gated coreos-pool tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue