Update .gitea/workflows/deploy-k8s.yml

This commit is contained in:
2025-10-12 15:27:50 +00:00
parent 48448e0e59
commit 7bad792348

View File

@ -10,8 +10,6 @@ jobs:
runs-on: fenix-opentofu
env:
CONSUL_HTTP_TOKEN: ${{ secrets.CONSUL_HTTP_TOKEN }}
PM_API_TOKEN_ID: ${{ secrets.PM_API_TOKEN_ID }}
PM_API_TOKEN_SECRET: ${{ secrets.PM_API_TOKEN_SECRET }}
BW_EMAIL: ${{ secrets.BW_EMAIL }}
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
BW_CLIENTID: ${{ secrets.BW_CLIENTID }}
@ -38,9 +36,6 @@ jobs:
bw login --apikey
echo "session"
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: Cloning ansible repository