diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index a6604a6..1370f28 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -132,7 +132,7 @@ jobs: working-directory: infra/iac run: | # Ler o arquivo de referĂȘncia - for secret in $(jq -c '.secrets[]' /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')