From 22b91334318971cadbe7a3777ab4c164fcbc4869 Mon Sep 17 00:00:00 2001 From: datadunia Date: Thu, 7 May 2026 13:43:36 +0700 Subject: [PATCH] fix: shallow --- .gitea/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index e99db19..42c1d9a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -18,8 +18,8 @@ jobs: steps: - name: Clone repository with submodules run: | - git clone --recurse-submodules -c "url.https://token:${{ gitea.token }}@git.datadunia.com/.insteadOf=https://git.datadunia.com/" https://git.datadunia.com/devops/wireguard-vpn.git - git config --global http."https://git.datadunia.com/".extraheader "Authorization: token ${{ gitea.token }}" + git clone --recurse-submodules -c "url.https://token:${{ secrets.MY_GITEA_TOKEN }}@git.datadunia.com/.insteadOf=https://git.datadunia.com/" https://git.datadunia.com/devops/wireguard-vpn.git + git config --global http."https://git.datadunia.com/".extraheader "Authorization: token ${{ secrets.MY_GITEA_TOKEN }}" git config --global core.askPass "" git clone --recurse-submodules https://git.datadunia.com/devops/wireguard-vpn.git .