From 2e86853d96f63e93553c633bcf2fb0e2f89c277b Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 5 Jul 2025 17:23:12 -0700 Subject: [PATCH] test fix --- .gitea/workflows/base-build.yml | 5 +++++ 1 file changed, 5 insertions(+) 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