mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-09 21:50:05 +00:00
feat(): make secrets parameter optional (#299)
This commit is contained in:
parent
843e7fa30a
commit
c14a190aaa
4 changed files with 16 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ inputs:
|
|||
required: true
|
||||
secrets:
|
||||
description: 'A semicolon-separated list of secrets to retrieve. These will automatically be converted to environmental variable keys. See README for more details'
|
||||
required: true
|
||||
required: false
|
||||
namespace:
|
||||
description: 'The Vault namespace from which to query secrets. Vault Enterprise only, unset by default'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue