[deploy-opentofu]

This commit is contained in:
2025-09-21 10:51:06 +00:00
parent a7ad7a0338
commit 04e1cb7c9a

View File

@ -85,11 +85,11 @@ jobs:
- name: vaultwarden urls as secrets
working-directory:
run: |
bw config server $VAULTWARDEN_LINK
bw login --apikey
BW_SESSION=$(bw unlock "$BW_PASSWORD" --raw)
echo "$BW_SESSION"
echo "getting item"
bw get item "iac.proxmox.ssh.link" --session "$BW_SESSION" | jq -r '.notes' > "proxmox-ssh-link.txt"