diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 590b570..9bf3349 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -171,7 +171,8 @@ jobs: uses: actions/checkout@v3 - name: Clone upload repo - run: git clone "${{ env.REPO_URL }}" upload-repo + run: | + git clone "https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@gitea.fithwum.tech/fithwum/debian-base.git" upload-repo - name: Generate build-info.json per version run: |