From 238f80f2eff0a9122843f9ff6001b37467216f9d Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 12 Oct 2025 13:17:44 +0000 Subject: [PATCH] a a --- .gitea/workflows/deploy-k8s.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy-k8s.yml b/.gitea/workflows/deploy-k8s.yml index 3697bec..2cc7165 100644 --- a/.gitea/workflows/deploy-k8s.yml +++ b/.gitea/workflows/deploy-k8s.yml @@ -76,6 +76,7 @@ jobs: BW_SESSION=$(bw unlock "$BW_PASSWORD" --raw) echo "getting item" bw get item "iac.proxmox.ssh.link" --session "$BW_SESSION" | jq -r '.notes' > "proxmox-ssh-link.txt" + cat proxmox-ssh-link.txt - name: Start cloudflared Access TCP -> SOCKS5 (background) env: @@ -126,6 +127,8 @@ jobs: - name: vaultwarden inventory-ini as secrets run: | + BW_SESSION=$(bw unlock "$BW_PASSWORD" --raw) + echo "getting item" bw get item "iac.ansible.hosts.ini" --session "$BW_SESSION" | jq -r '.notes' > "inventory.ini" cat inventory.ini working-directory: ansible/iac