mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-25 12:54:27 +00:00
feature: add ignoreNotFound option (#518)
* add ignoreNotFound option * update README
This commit is contained in:
parent
d523bb05b2
commit
efab57ede0
5 changed files with 49 additions and 3 deletions
|
|
@ -89,6 +89,10 @@ inputs:
|
|||
secretEncodingType:
|
||||
description: 'The encoding type of the secret to decode. If not specified, the secret will not be decoded. Supported values: base64, hex, utf8'
|
||||
required: false
|
||||
ignoreNotFound:
|
||||
description: 'Whether or not the action should exit successfully if some requested secrets were not found.'
|
||||
required: false
|
||||
default: 'false'
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue