Update .github/workflows/renovate.yml

This commit is contained in:
Tobi Schäfer 2024-10-31 09:57:28 +00:00
parent bfc6e7d31b
commit 888e44c1a3

View file

@ -11,7 +11,7 @@ jobs:
run: npx renovate
env:
# 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>
LOG_LEVEL: info # debug | info | warn | error | fatal
RENOVATE_ENDPOINT: ${{ github.api_url }}