From 9425ddf18f1ed32842bd1c33318106995eb09b9a Mon Sep 17 00:00:00 2001 From: FML128 Date: Tue, 4 Feb 2025 09:52:55 +0100 Subject: [PATCH] Update builder/action.yml --- builder/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/action.yml b/builder/action.yml index 5c65957..697f50b 100644 --- a/builder/action.yml +++ b/builder/action.yml @@ -47,4 +47,4 @@ runs: INPUT_SB_DB_KEY: ${{ inputs.sb_db_key }} INPUT_SB_DB_PEM: ${{ inputs.sb_db_pem }} INPUT_API_AUTH_TOKEN: ${{ inputs.api_auth_token }} - GPG_SIGN_KEY: ${{ secrets.gpg_sign_key }} + GPG_SIGN_KEY: ${{ inputs.gpg_sign_key }}