While attempting to verify the heroku-cli package during installation, the following error is being thrown:
W: GPG error: https://cli-assets.heroku.com/branches/stable/apt ./ InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 023F87BAC47B4132
W: The repository 'https://cli-assets.heroku.com/branches/stable/apt ./ InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
Further investigation of the source took me to the following XML file:
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>branches/stable/apt</Key>
...
</Error>
This may not be the right place for this, but there doesn't seem to be any other way to alert the heroku cli team to the issue. If there's something I'm missing, please let me know.
While attempting to verify the
heroku-clipackage during installation, the following error is being thrown:Further investigation of the source took me to the following XML file:
This may not be the right place for this, but there doesn't seem to be any other way to alert the heroku cli team to the issue. If there's something I'm missing, please let me know.