You are not logged in.
Greetings all Arch Linux users, I have a small question how to get makepkg to sign packages with GPG, more exactly how to add the right key so that packages are built with the signature. I am struggling with this problem for a long time and get this error, although I use the action that adds the key when building:
I would be very grateful if you could point me in the right direction on how to fix this!
Last edited by norz3n (2023-02-08 09:07:14)
Offline
Please post text as text and not as a screenshot of text https://wiki.archlinux.org/title/Genera … s_and_code
The eror message seems clear to me, you need a way for the user of the github action to import a key into it's keyring, a random googler for github actions gpg turns up: https://github.com/marketplace/actions/import-gpg
There's also: https://wiki.archlinux.org/title/Makepk … ge_signing
Last edited by V1del (2023-02-08 10:08:01)
Offline