From 59d988425b642ee69762d24c82ecce160bf1599c Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 7 Jul 2025 11:19:57 -0700 Subject: [PATCH] dsfgdfsgdsf --- .gitea/workflows/base-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index c90b0ac..f66991a 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -61,7 +61,8 @@ jobs: uses: actions/checkout@v3 - name: Clone upload repo - run: git clone "${{ env.REPO_URL }}" upload-repo + run: | + git clone "https://${{ env.GIT_USERNAME }}:${{ secrets.GIT_TOKEN || secrets.GIT_PASSWORD }}@gitea.fithwum.tech/fithwum/debian-base.git" upload-repo - name: Clean old archives in upload-repo run: rm -rf upload-repo/*/*.tar.bz2