diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index e267c99..2c00c43 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -124,6 +124,11 @@ jobs: - name: Clone upload repo run: git clone "${{ env.REPO_URL }}" upload-repo + - name: Set authenticated remote URL + run: | + cd upload-repo + git remote set-url origin https://${{ env.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@gitea.fithwum.tech/fithwum/debian-base.git + - name: Generate CHANGES.md files run: | cd upload-repo