another try
renovate / renovate (push) Failing after 8s

This commit is contained in:
2026-06-22 22:59:16 +10:00
parent ab95a30bef
commit d6ff2d45f5
+1 -1
View File
@@ -18,6 +18,6 @@ jobs:
# Pulled from public Docker Hub instead of ghcr.io # Pulled from public Docker Hub instead of ghcr.io
uses: docker://renovate/renovate:37.20.2 uses: docker://renovate/renovate:37.20.2
env: env:
RENOVATE_CONFIG_FILE: "${{ github.workspace }}/infra/renovate/config.js" RENOVATE_CONFIG_FILE: "infra/renovate/config.js" # Just the relative path from repository root
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}