You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buildpack currently allows to add a repo, but there's no easy way to add a signed repo.
Since these are more and more widespread, it would be nice to support them too.
The text was updated successfully, but these errors were encountered:
There is currently a workaround for this. One can add trusted=yes when adding a repository in order to automatically trust he repository. For example:
:repo:deb [trusted=yes] https://cli.github.com/packages stable main
This still leads to a warning in the deployment logs:
W: GPG error: https://cli.github.com/packages stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23F3D4EA75716059
The buildpack currently allows to add a repo, but there's no easy way to add a signed repo.
Since these are more and more widespread, it would be nice to support them too.
The text was updated successfully, but these errors were encountered: