Skip to content

Commit

Permalink
adding feature to select specific secret names
Browse files Browse the repository at this point in the history
  • Loading branch information
shibme committed Sep 9, 2024
1 parent fba27d9 commit c3099c1
Show file tree
Hide file tree
Showing 7 changed files with 3,419 additions and 3,779 deletions.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: slv-action
name: SLV Action
description: Sets up the SLV CLI and helps in injecting vault secrets as masked environment variables for workflows to consume.
inputs:
version:
Expand All @@ -15,6 +15,9 @@ inputs:
env-secret-key:
description: SLV environment secret key
required: false
selective:
description: Selectively choose the secrets that you wish to be available (comma-separated names from vault file)
required: false
prefix:
description: Prefix to use for the environment variable names along with the SLV secret name
required: false
Expand Down
Loading

0 comments on commit c3099c1

Please sign in to comment.