mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-12 16:19:56 -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:
|
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'
|
||||||
|
|
Loading…
Reference in a new issue