From 40d42efcad6fb769403954f447b2aed6e8e0f43d Mon Sep 17 00:00:00 2001 From: InAnYan Date: Fri, 31 Jul 2026 18:31:35 +0200 Subject: [PATCH] conf --- .gitea/workflows/deploy-infrastructure.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy-infrastructure.yml b/.gitea/workflows/deploy-infrastructure.yml index 60e91ff..63f4255 100644 --- a/.gitea/workflows/deploy-infrastructure.yml +++ b/.gitea/workflows/deploy-infrastructure.yml @@ -35,6 +35,9 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 + + - name: Configure Git for private modules + run: git config --global url."https://oauth2:${{ secrets.GITEA_TOKEN }}@git.itlab-ffeks.dnu.edu.ua".insteadOf "https://git.itlab-ffeks.dnu.edu.ua" - name: Setup OpenTofu uses: opentofu/setup-opentofu@v1