-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi there!
I am trying to use this github action to build a custom linux kernel in the github CI, but I can't seem to figure out how to add the signing PGP key to the keychain...
I have this very simple workflow:
name: build_archlinux_package
on: ['push','pull_request']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: 2m/[email protected]
with:
target: 'srcinfo'
pkgname: '.'
- uses: 2m/[email protected]
with:
target: 'pkgbuild'
pkgname: '.'And github actions give me this output at the end of the Run 2m/[email protected] stage:
==> Verifying source file signatures with gpg...
linux-6.5.9.tar ... FAILED (unknown public key 38DBBDC86092693E)
linux-v6.5.9-arch2.patch.zst ... FAILED (unknown public key 3B94A80E50A477C7)
==> ERROR: One or more PGP signatures could not be verified!
I have searched the documentation and looked at the other examples of projects using this workflow but can't seem to find how to handle PGP keys. Any help would be much appreciated.
Regards,
Mark.
Metadata
Metadata
Assignees
Labels
No labels