From 5035d4e48afb73f5457b913d58eb99830c049e26 Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Thu, 23 Oct 2025 23:48:58 +0200 Subject: [PATCH] test3 --- .gitea/workflows/workflow.yaml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index b7521c3..755a8b5 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -14,14 +14,19 @@ jobs: # Step 2: Run the official Renovate action - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.2 - with: - # This token is required to allow Renovate to create Pull Requests - token: ${{ secrets.RENOVATE_TOKEN }} + # uses: renovatebot/github-action@v40.1.2 + run: renovate + # with: + # # This token is required to allow Renovate to create Pull Requests + # token: ${{ secrets.RENOVATE_TOKEN }} - # Correctly specify the config file path relative to your repo root - # This action will handle mapping it into the container correctly. - configurationFile: '/workspace/kovagoadi.hu/Renovate/renovate-config.js' + # # Correctly specify the config file path relative to your repo root + # # This action will handle mapping it into the container correctly. + # configurationFile: '/workspace/kovagoadi.hu/Renovate/renovate-config.js' - # Optional: Set the log level for debugging - logLevel: debug + # # Optional: Set the log level for debugging + # logLevel: debug + env: + RENOVATE_CONFIG_FILE: "/workspace/kovagoadi.hu/Renovate/renovate-config.js" + LOG_LEVEL: "debug" + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}