You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way, the action does not try to create a POSIX compatible EnvVar name, but takes what the user provides for the specific secret, and loads the value directly in ENV-VAR-name.
I would suggest a similar syntax where:
if no | is provided - the current behavior still happens (backward compatible)
Coming from Vault as a SecretsManager engine, I miss the Github Action feature that Vault implements as below:
https://github.com/hashicorp/vault-action#key-syntax
This way, the action does not try to create a POSIX compatible EnvVar name, but takes what the user provides for the specific secret, and loads the value directly in
ENV-VAR-name
.I would suggest a similar syntax where:
|
is provided - the current behavior still happens (backward compatible)|
- the described behavior happens.Example
The text was updated successfully, but these errors were encountered: