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:
parent
af0d1d89f3
commit
a30e417a70
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue