Drone plugins > GPG Sign
GPG Sign
by drone-plugins
This plugin can sign your artifacts and build results with [GnuPG](https://www.gnupg.org/).
Example
kind: pipeline
name: default
steps:
- name: sign
image: plugins/gpgsign
settings:
key: your-base64-encoded-private-key
passphrase: p455w0rd
files:
- dist/*
Properties
key
stringrequiredPrivate GnuPG key, optionally base64 encoded.
Secret recommendedDefault: none
passphrase
stringrequiredpassphrase for the private key.
Secret recommendedDefault: none
files
arrayrequiredList of globs to match files.
Default: none
detach_sign
booleanoptionalGenerate a detach-sign signature.
Default: false
clear_sign
booleanoptionalGenerate a clear-sign signature.
Default: false
excludes
arrayoptionalList of globs to exclude files.
Default: none