From bf3d49edc247cd1ff5f511164bdea8e41fddb563 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 18 Aug 2025 19:17:18 +0000 Subject: [PATCH] gitea clone and token --- .gitea/workflows/ci-test.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 9844155..a132c60 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -21,9 +21,12 @@ jobs: with: path: infra/iac - - name: cloning iac secrets repository - run: | - git clone https://gitea.fenix-dev.com/fenix-gitea-admin/iac-teste-secrets.git infra/secrets + - name: cloning iac secrets repository + uses: actions/checkout@v4 + with: + repository: fenix-gitea-admin/iac-teste-secrets + token: ${{ secrets.GGITEA_TOKEN }} + path: infra/secrets - name: Init OpenTofu working-directory: infra