robosignatory.toml.j2: bump FCOS artifacts signing key to f31

FCOS is now rebased to f31. Bump the signing key accordingly.

Signed-off-by: Jonathan Lebon <jonathan@jlebon.com>
This commit is contained in:
Jonathan Lebon 2019-11-25 09:44:43 -05:00 committed by Pierre-Yves Chibon
parent af0d1d89f3
commit a30e417a70

View file

@ -476,7 +476,7 @@ handlers = ["console"]
[consumer_config.coreos]
bucket = "fcos-builds"
key = "{{ (env == 'production')|ternary('fedora-30', 'testkey') }}"
key = "{{ (env == 'production')|ternary('fedora-31', 'testkey') }}"
[consumer_config.coreos.aws]
access_key = "{{ fcos_builds_releng_aws_access_id }}"