actions-marketplace-validations/OpenPGP-action
encrypt or sign some text with a PGP key
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| text | file or string to encrypt | yes | — |
| keysource | key/file/keyserver/wkd (Web Key Directory for looking up keys from email) | yes | key |
| key | string containing PGP key, a path to a file or if keysource is keyserver or wkd, a search string (e.g. en email address) | yes | — |
| privateKey | string containing a private key used for signing an encryped message. If you only want to sign, use the 'key' field instead | no | — |
| passphrase | Set this if your private key requires a passphrase | no | — |
| keyserver | Custom keyserver address (default is https://keyserver.ubuntu.com) | no | — |
Outputs
| name | description |
|---|---|
| encrypted-text | the result of encryption |