Add support for loading PGP keys

Without this, the only way to build PKGBUILDs with signatures is to pass
--skippgpcheck to makepkg.

Also switched to a package with PGP keys to verify.
This commit is contained in:
D. Can Celasun
2025-05-30 22:03:43 +01:00
parent 5b75404b8d
commit c53aa59f58
5 changed files with 47 additions and 24 deletions
+10
View File
@@ -43,6 +43,14 @@ inputs:
description: 'Update archlinux-keyring'
default: 'true'
required: false
pgpkeys:
description: 'Comma-separated pgp keys'
default: ''
required: false
pgpkeyserver:
description: 'PGP key server'
default: 'hkps://keyserver.ubuntu.com'
required: false
runs:
using: 'docker'
@@ -57,3 +65,5 @@ runs:
- ${{ inputs.namcap }}
- ${{ inputs.aur }}
- ${{ inputs.archlinux_keyring }}
- ${{ inputs.pgpkeys }}
- ${{ inputs.pgpkeyserver }}