purpleclay/GPG Import
Import and configure a GPG key for Git signing using gpg-import
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of gpg-import to install | no | latest |
| key | The GPG private key to import | yes | — |
| passphrase | The passphrase for the GPG private key | no | — |
| fingerprint | Select a specific key or subkey by fingerprint | no | — |
| trust-level | Set the trust level for the imported key (1-5) | no | — |
| skip-git | Skip git configuration after importing the key | no | false |
| git-global-config | Apply git signing settings globally rather than locally | no | false |
| git-committer-name | Override the git committer name | no | — |
| git-committer-email | Override the git committer email | no | — |
| dry-run | Preview changes without applying them | no | false |
Outputs
no outputs