From 29c1acf5922a1e1a169cf5b703878635ea85b4f2 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sun, 6 Jul 2025 21:18:26 -0700 Subject: [PATCH] fghfdgher --- .gitea/workflows/base-build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index ff3fad1..362640a 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -87,8 +87,9 @@ jobs: runs-on: docker-build2 steps: - - name: Clone repo - run: git clone https://gitea.fithwum.tech/fithwum/alpine-base.git upload-repo + - name: Clone repo with token auth + run: | + git clone https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@gitea.fithwum.tech/fithwum/alpine-base.git upload-repo - name: Update CHANGES.md run: | @@ -116,7 +117,7 @@ jobs: if git status --porcelain | grep .; then git add "$changelog" git commit -m "Update changelog for latest" - git push + git push https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@gitea.fithwum.tech/fithwum/alpine-base.git fi update-build-info: