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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secret | GitHub App private key (PEM) to decode and mask. Accepts a raw PEM or base64-encoded value. | yes | — |
Outputs
| name | description |
|---|---|
| private-key | The decoded GitHub App private key (PEM) to use for signing requests. |