mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-09 03:23:32 -05:00
support signing release artifacts
This commit is contained in:
parent
0037083d2d
commit
c77cf483dd
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue