GPG

Resource type

The shape of the credential every script on this page expects.

FieldTypeRequiredWhat it is
emailstringYesMake sure the email address matches both the address set in the gpg key and the corresponding git users gpg public key.
private_keystringYesGPG 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
passphrasestringNoPlease 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