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