From 8539a35095f1b6251e33ad8d34b0e6df06e1300e Mon Sep 17 00:00:00 2001 From: Johan Rooijakkers Date: Wed, 26 Feb 2025 14:49:08 +0100 Subject: [PATCH] update inputs --- action.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3f341f0..a179545 100644 --- a/action.yml +++ b/action.yml @@ -13,8 +13,14 @@ inputs: description: 'Bitwarden server' required: false default: ${{ vars.WARDEN_URL }} + client-id: + description: 'Bitwarden client id' + required: true + client-secret: + description: 'Bitwarden client secret' + required: true secrets: - description: "One or more secret Ids to retrieve and the corresponding GitHub environment variable name to set" + description: "One or more secret Ids to retrieve and the corresponding Gitea environment variable name to set" required: true runs: