fix: update Renovate token secret name from RENOVATOR_TOKEN to RENOVATE_TOKEN

This commit is contained in:
GitHub Actions
2025-12-14 00:32:00 +00:00
parent d1876b8dd7
commit 71269fe041

View File

@@ -23,6 +23,6 @@ jobs:
uses: renovatebot/github-action@502904f1cefdd70cba026cb1cbd8c53a1443e91b # v44.1.0
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATOR_TOKEN }}
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: info