Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-19 14:04:28 +00:00
parent 71d1e8e03d
commit acb9e6b42e

View File

@ -36,6 +36,16 @@ jobs:
- name: Init OpenTofu
working-directory: infra/iac
run: tofu init
- name: Login on vaultwarden
working-directory: infra/iac
run: |
# Login e gerar session key
BW_SESSION=$(bw login $BW_EMAIL $BW_PASSWORD --raw)
# Exportar session key
export BW_SESSION
- name: Plan
working-directory: infra/iac