From b96751a4ce2d162914a8d6094ac5b817a2f2efbe Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 7 Sep 2025 22:17:55 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index b1037b4..21f491d 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -39,12 +39,12 @@ jobs: with: path: infra/iac - - name: cloning iac secrets repository - uses: actions/checkout@v4 - with: - repository: fenix-gitea-admin/iac-opentofu-private-secrets - token: ${{ secrets.GGITEA_TOKEN }} - path: infra/secrets + #- name: cloning iac secrets repository + # uses: actions/checkout@v4 + # with: + # repository: fenix-gitea-admin/iac-opentofu-private-secrets + # token: ${{ secrets.GGITEA_TOKEN }} + # path: infra/secrets - name: Install cloudflare prerequisites