From 419496ec3c806988cadb0bab81ea1ad195206c7d Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 20:30:39 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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')