carbonneuron/SignFile-Action
Signs the file 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 |
|---|---|---|---|
| path | path of file to sign | yes | — |
| keysource | key/keyserver | yes | key |
| key | string containing PGP key or if keysource is keyserver, 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 |