-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
29 lines (29 loc) · 906 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: SLV
description: Sets up the SLV CLI and helps in injecting vault secrets as masked environment variables for workflows to consume.
inputs:
version:
description: Version of SLV to install
required: false
default: latest
github-token:
description: GitHub token to use for downloading SLV (To avoid rate-limits)
required: false
default: ${{ github.token }}
vault:
description: Path to the vault file
required: false
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
branding:
icon: 'unlock'
color: 'white'
runs:
using: node20
main: dist/index.js