fix: some errorhandling corrections

chore: updated versions
This commit is contained in:
Marcel S. Henselin 2026-05-13 08:37:55 +02:00
parent 7ff3af5044
commit aa77ad77e2
10 changed files with 71 additions and 29 deletions

View file

@ -15,7 +15,7 @@
## usage
In this example we assume that there is a Secret on Path "${{ secrets.VAULT_PATH}}" and there is a KVSecret named "test".
In the "Output secret" step we output above mentioned KVSecret "test". We access the outputs of the secrets step.
In the "Output secret" step we output KVSecret "test" mentioned above. We access the outputs of the secrets step.
Keep in mind to set an id on the actions step and use that to reference the outputted secrets.