From b9539764edb068361f01fe718e8169923e50ca80 Mon Sep 17 00:00:00 2001 From: Martin Petr Date: Sat, 29 Nov 2025 22:05:20 +0100 Subject: [PATCH] Update .gitea/workflows/build-iso.yml --- .gitea/workflows/build-iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-iso.yml b/.gitea/workflows/build-iso.yml index 5f80ed6..074f96f 100644 --- a/.gitea/workflows/build-iso.yml +++ b/.gitea/workflows/build-iso.yml @@ -37,7 +37,7 @@ jobs: run: | git config user.name "GitHub Actions" git config user.email "github-actions@github.com" - git remote add target_repo https://oauth2:${{ secrets.DEPLOYMENT_TOKEN }}@git.martinpetr.dev/marti/Lints-release.git + git remote add target_repo https://${{ secrets.DEPLOYMENT_TOKEN }}@git.martinpetr.dev/marti/Lints-release.git git add -f out/lints.iso git commit -m "Automated commit from build workflow" || echo "No changes to commit" git push target_repo main