[deploy-opentofu]

This commit is contained in:
2025-09-07 21:22:08 +00:00
parent 79397d70f1
commit 2155c97a3c

View File

@ -126,12 +126,10 @@ jobs:
BW_SESSION=$(bw login)
#!/bin/bash
- name: vaultwarden getsecrets
working-directory: infra/iac
run: |
BW_SESSION2=$(bw unlock --raw)
BW_SESSION2=$(bw unlock --raw --session "$BW_SESSION")
# Ler o arquivo de referência
for secret in $(jq -c '.secrets[]' secrets/vault-secrets-map.json); do
name=$(echo "$secret" | jq -r '.name')