support signing release artifacts

This commit is contained in:
Earl Warren 2023-05-23 13:04:53 +02:00
parent 0037083d2d
commit c77cf483dd
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ inputs:
direction:
description: 'Can either be download or upload'
required: true
gpg-private-key:
description: 'GPG Private Key to sign the release artifacts'
gpg-passphrase:
description: 'Passphrase of the GPG Private Key'
verbose:
description: 'Increase the verbosity level'
default: 'false'