Hi - I’m just getting started with Buildkite, and I’m trying to set up the buildkite cli client, but when I run bk configure, I get prompted to enter a token, which I do, and then I get the stdout:
➜ bk configure
──── Ok! Let’s get started with configuring bk
gpg: XXXXXXXX: skipped: Unusable public key
gpg: [stdin]: encryption failed: Unusable public key
Password encryption aborted.
The output indicates that it’s a gpg key that I used to use, but no longer do. Can anyone tell me where it might be pulling this information from, and why it’s accessing my gpg keys in the first place? I’m using a current Mac, up to date OS, with zsh and iterm.
Re running builds, I do plan on using buildkite for that, it just seemed like installing the cli was a good first step. I want to get a couple of pipelines running on my desktop before going any farther with it, so I will be installing the agent as well, as soon as I have the cli working properly.