From c77cf483dd0b14319a210cc7776ece0debc3dea5 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 23 May 2023 13:04:53 +0200 Subject: [PATCH] support signing release artifacts --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index ebdb269..00714f7 100644 --- a/action.yml +++ b/action.yml @@ -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'