Merge pull request 'fenix-admin' (#261) from fenix-admin into dev

Reviewed-on: fenix-gitea-admin/iac-opentofu-private#261
This commit is contained in:
2025-09-21 10:38:33 +00:00

View File

@ -89,7 +89,7 @@ jobs:
run: | run: |
bw config server $VAULTWARDEN_LINK bw config server $VAULTWARDEN_LINK
bw login --apikey bw login --apikey
BW_SESSION=$(bw unlock "$BW_PASSWORD" --raw) BW_SESSION = bw unlock "$BW_PASSWORD" --raw
echo "getting item" echo "getting item"
bw get item "iac.proxmox.ssh.link" --session "$BW_SESSION" | jq -r '.notes' > "proxmox-ssh-link.txt" bw get item "iac.proxmox.ssh.link" --session "$BW_SESSION" | jq -r '.notes' > "proxmox-ssh-link.txt"