iziwork/Import GPG
GitHub Action to easily import a GPG key
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| gpg_private_key | GPG private key exported as an ASCII armored version or its base64 encoding | yes | — |
| passphrase | Passphrase of the GPG private key | no | — |
| git_config_global | Set Git config global | no | false |
| git_user_signingkey | Set GPG signing keyID for this Git repository | no | false |
| git_commit_gpgsign | Sign all commits automatically | no | false |
| git_tag_gpgsign | Sign all tags automatically | no | false |
| git_push_gpgsign | Sign all pushes automatically | no | if-asked |
| git_committer_name | Commit author's name | no | — |
| git_committer_email | Commit author's email | no | — |
| workdir | Working directory (below repository root) | no | . |
| fingerprint | Specific fingerprint to use (subkey) | no | — |
Outputs
| name | description |
|---|---|
| fingerprint | Fingerprint of the GPG key (recommended as user ID) |
| keyid | Low 64 bits of the X.509 certificate SHA-1 fingerprint |
| name | Name associated with the GPG key |
| Email address associated with the GPG key |