diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index c6884b8..26e8f12 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -129,11 +129,10 @@ jobs: #!/bin/bash - name: vaultwarden getsecrets - working-directory: infra + working-directory: infra/iac run: | - bw sync # Ler o arquivo de referĂȘncia - for secret in $(jq -c '.secrets[]' iac/secrets/vault-secrets-map.json); do + for secret in $(jq -c '.secrets[]' ../secrets/vault-secrets-map.json); do name=$(echo "$secret" | jq -r '.name') type=$(echo "$secret" | jq -r '.type') output=$(echo "$secret" | jq -r '.output')