From 38e09a889e954c9872104fd325ea08b3f2cd480b Mon Sep 17 00:00:00 2001 From: Dunemask Date: Sun, 25 Aug 2024 11:28:16 -0600 Subject: [PATCH] [CHORE] Adjust Action Logging --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 4dc4d22..39bc399 100644 --- a/action.yml +++ b/action.yml @@ -4,15 +4,15 @@ inputs: infisical-token: description: "Infisical API Token" required: true + project-id: + description: "Project to retrieve secrets from using token" + required: true secret-envs: description: "The environments to fetch secrets for (Example: ci or ci,prod,edge )" required: true secret-paths: description: "Secret paths for the secrets (Must match the order of envs! Example: /main or /main,/alt-main)" required: true - project-id: - description: "Infisical Secrets Project" - required: true api-url: description: "Infisical API URL (defaults to https://infisical.dunemask.dev/api)" required: false