feature: add ignoreNotFound option (#518)

* add ignoreNotFound option

* update README
This commit is contained in:
John-Michael Faircloth
2024-02-01 08:42:56 -06:00
committed by GitHub
parent d523bb05b2
commit efab57ede0
5 changed files with 49 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
## Unreleased
Features:
* Add `ignoreNotFound` input (default: false) to prevent the action from failing when a secret does not exist [GH-518](https://github.com/hashicorp/vault-action/pull/518)
## 2.7.5 (January 30, 2024)
Improvements: