From 31afc4d520494a89ba514e81d3d16279e816c12d Mon Sep 17 00:00:00 2001 From: Twilight Date: Fri, 9 Aug 2024 00:23:05 +0800 Subject: [PATCH] test ci --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index abbe2ee..dfcddb0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -52,4 +52,4 @@ jobs: git config user.email ${{ gitea.actor }}@users.noreply.leafdev.top git add manifests/deployment.yaml git commit -m "Update manifests" - git push \ No newline at end of file + git push https://${{ secrets.GITEA_TOKEN }}@leafdev.top/${{ gitea.repository }}.git \ No newline at end of file