Compare commits

...

3 Commits

Author SHA1 Message Date
GitHub Actions 71269fe041 fix: update Renovate token secret name from RENOVATOR_TOKEN to RENOVATE_TOKEN 2025-12-14 00:32:00 +00:00
GitHub Actions d1876b8dd7 fix: use RENOVATOR_TOKEN secret name 2025-12-14 00:30:45 +00:00
GitHub Actions eb6cf7f380 fix: use RENOVATE_TOKEN PAT for Renovate authentication 2025-12-14 00:23:21 +00:00
+1 -1
View File
@@ -23,6 +23,6 @@ jobs:
uses: renovatebot/github-action@502904f1cefdd70cba026cb1cbd8c53a1443e91b # v44.1.0 uses: renovatebot/github-action@502904f1cefdd70cba026cb1cbd8c53a1443e91b # v44.1.0
with: with:
configurationFile: .github/renovate.json configurationFile: .github/renovate.json
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
env: env:
LOG_LEVEL: info LOG_LEVEL: info