0
1
Fork 1
mirror of https://code.forgejo.org/actions/forgejo-release synced 2024-09-19 10:45:49 +02:00

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

View file

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