[CHORE] Adjust Action Logging
This commit is contained in:
parent
5ef63ab264
commit
38e09a889e
1 changed files with 3 additions and 3 deletions
|
@ -4,15 +4,15 @@ inputs:
|
||||||
infisical-token:
|
infisical-token:
|
||||||
description: "Infisical API Token"
|
description: "Infisical API Token"
|
||||||
required: true
|
required: true
|
||||||
|
project-id:
|
||||||
|
description: "Project to retrieve secrets from using token"
|
||||||
|
required: true
|
||||||
secret-envs:
|
secret-envs:
|
||||||
description: "The environments to fetch secrets for (Example: ci or ci,prod,edge )"
|
description: "The environments to fetch secrets for (Example: ci or ci,prod,edge )"
|
||||||
required: true
|
required: true
|
||||||
secret-paths:
|
secret-paths:
|
||||||
description: "Secret paths for the secrets (Must match the order of envs! Example: /main or /main,/alt-main)"
|
description: "Secret paths for the secrets (Must match the order of envs! Example: /main or /main,/alt-main)"
|
||||||
required: true
|
required: true
|
||||||
project-id:
|
|
||||||
description: "Infisical Secrets Project"
|
|
||||||
required: true
|
|
||||||
api-url:
|
api-url:
|
||||||
description: "Infisical API URL (defaults to https://infisical.dunemask.dev/api)"
|
description: "Infisical API URL (defaults to https://infisical.dunemask.dev/api)"
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue