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