test pls ignore

This commit is contained in:
Tobi Schäfer 2025-01-03 16:09:41 +01:00
parent f34b2e2f6d
commit ac16045100
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run Renovate - name: Run Renovate
run: npx renovate run: LOG_LEVEL=debug npx renovate
env: env:
# Renovate is using this token to retrieve release notes # Renovate is using this token to retrieve release notes
GITHUB_COM_TOKEN: ${{ secrets.renovate_github_com_token }} GITHUB_COM_TOKEN: ${{ secrets.renovate_github_com_token }}
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels> # See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
LOG_LEVEL: info # debug | info | warn | error | fatal LOG_LEVEL: debug # debug | info | warn | error | fatal
# Autodiscover is better suited for an extra repo running Renovate on all desired repos # Autodiscover is better suited for an extra repo running Renovate on all desired repos
#RENOVATE_AUTODISCOVER: 'true' #RENOVATE_AUTODISCOVER: 'true'
RENOVATE_CONFIG_FILE: renovate.json RENOVATE_CONFIG_FILE: renovate.json
@ -30,7 +30,7 @@ jobs:
RENOVATE_LOG_FILE: renovate-log.ndjson RENOVATE_LOG_FILE: renovate-log.ndjson
RENOVATE_LOG_FILE_LEVEL: debug RENOVATE_LOG_FILE_LEVEL: debug
RENOVATE_PLATFORM: gitea RENOVATE_PLATFORM: gitea
RENOVATE_REPOSITORIES: ['${{ github.repository }}'] RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_REPOSITORY_CACHE: 'enabled' RENOVATE_REPOSITORY_CACHE: 'enabled'
# github.token is not working here, it lacks some permissions required by Renovate # github.token is not working here, it lacks some permissions required by Renovate
RENOVATE_TOKEN: ${{ secrets.renovate_token }} RENOVATE_TOKEN: ${{ secrets.renovate_token }}