This commit is contained in:
2026-07-31 18:31:35 +02:00
parent 9eb6176c4e
commit 40d42efcad
@@ -36,6 +36,9 @@ jobs:
- 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