chore: be explicit about GPG keys in Packit config

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-08-11 14:44:30 +02:00
commit 4c376af84d
No known key found for this signature in database
GPG key ID: 7C47D46246790496

View file

@ -6,14 +6,13 @@ issue_repository: https://github.com/packit/specfile
copy_upstream_release_description: true
allowed_gpg_keys:
- 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
packages:
specfile:
upstream_package_name: specfile
downstream_package_name: python-specfile
specfile_path: &specfile_path fedora/python-specfile.spec
allowed_gpg_keys:
- 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
files_to_sync:
- *specfile_path
- .packit.yaml
@ -36,6 +35,8 @@ packages:
upstream_package_name: specfile
downstream_package_name: python-specfile
specfile_path: &specfile_path_epel8 epel8/python-specfile.spec
allowed_gpg_keys:
- 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
files_to_sync:
- *specfile_path_epel8
- .packit.yaml