Remove debug log level
renovate / renovate (push) Successful in 3m22s Details

This commit is contained in:
Mathis 2024-03-24 14:18:15 +00:00
parent 9d47dbb32a
commit 921273bf57
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- run: renovate
env:
RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"
LOG_LEVEL: "debug"
# LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}