I downloaded the KEYS file and imported it. gpg --import KEYS
However, when I ran the ApproveRoyale.xml script after that, I got this error: gpg: Signature made 09/17/19 05:01:35 Pacific Daylight Time gpg: using RSA key B0A9098B61A39B1E8D5B7C9976CF6A81D5C80F47 gpg: Can't check signature: No public key Eventually, I figured out how to manually import Piotr's signature like this, and then I could continue the approval script into later steps: gpg --keyserver keys.gnupg.net --recv-keys D5C80F47 Not sure why it fails with the KEYS file, but maybe Piotr needs to update his signature somewhere to fix the KEYS file? -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Tue, Sep 17, 2019 at 6:43 AM Apache Royale CI Server < [email protected]> wrote: > This is the discussion thread. > > Thanks, > Piotr
