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