osbuild: fix gpgkeys json key in ostree source

This commit is contained in:
Achilleas Koutsou 2022-10-11 11:50:09 +02:00 committed by Christian Kellner
parent 6ae8904f5a
commit abdddc6e55

View file

@ -15,5 +15,5 @@ type OSTreeSourceRemote struct {
// URL of the repository.
URL string `json:"url"`
// GPG keys to verify the commits
GPGKeys []string `json:"secrets,omitempty"`
GPGKeys []string `json:"gpgkeys,omitempty"`
}