product-os/Decode GitHub App Private Key

Decodes a GitHub App private key (PEM) from a base64-encoded or raw value and outputs it for use in signing requests. The decoded key is masked to prevent accidental exposure in logs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
secretGitHub App private key (PEM) to decode and mask. Accepts a raw PEM or base64-encoded value.yes
namedescription
private-keyThe decoded GitHub App private key (PEM) to use for signing requests.