fix: improve token handling and secret data fetching in action.yml #6
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
actions/secretsmanager!6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/leakage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -147,18 +147,21 @@ runs:shell: shrun: |set -eset +xBitte das
set +xhier weg machen@ -154,2 +153,3 @@"${VAULT_ADDR}/v1/${VAULT_ID}/data/${VAULT_PATH}")"if [ -z "${SECRET_DATA}" ]; thenprintf '%s' "${SECRET_DATA}" \Das
printfbitte hinter denif [ "${SECRET_DATA}" = "null" ] ...Check ziehen