GPG
Resource type
gpg_key — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| string | Yes | Make sure the email address matches both the address set in the gpg key and the corresponding git users gpg public key. | |
| private_key | string | Yes | GPG private key of the corresponding public key added to git for commit signing. Use `gpg --armor --export-secret-keys <key_id>` to extract the private key |
| passphrase | string | No | Please add a passphrase if the private key is protected by a passphrase. NOTE: the private key is obfuscated in the input field but is currently not encrypted. We recommend to create a new gpg key pair without a passphrase for git_sync |