From d3913e600cea73f3351e3531410fcc07749351b3 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 18 Aug 2025 19:06:54 +0000 Subject: [PATCH] env correction --- .gitea/workflows/ci-test.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 50d52c2..9844155 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -9,6 +9,8 @@ jobs: hello: #precisa da imagem costum do opentofu runs-on: [ fenix-opentofu ] + env: + CONSUL_HTTP_TOKEN: ${{ secrets.CONSUL_HTTP_TOKEN }} steps: - name: Updating apt-get run: | @@ -23,11 +25,6 @@ jobs: run: | git clone https://gitea.fenix-dev.com/fenix-gitea-admin/iac-teste-secrets.git infra/secrets - - - name: Init and Apply - env: - CONSUL_HTTP_TOKEN: ${{ secrets.CONSUL_HTTP_TOKEN }} - - name: Init OpenTofu working-directory: infra run: tofu init