From a510353e11d69e2ecc0ea6c4e6fa18800d0f4204 Mon Sep 17 00:00:00 2001 From: Akshun Aggarwal Date: Fri, 24 Oct 2025 17:51:43 +0000 Subject: [PATCH] Update .gitea/workflows/renovate.yml --- .gitea/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 418d33d..fba0d17 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -16,8 +16,8 @@ jobs: uses: actions/checkout@v4 with: ssh-key: ${{ secrets.SSH_KEY }} - repository: gitea.akshun-lab.cc:222/aggarwalakshun/k3s.git - + repository: aggarwalakshun/k3s.git + - name: Run Renovate env: RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}