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