more env
renovate / renovate (push) Failing after 7s

This commit is contained in:
2026-06-22 23:14:26 +10:00
parent 51e898adbe
commit 20aeb459ca
+3 -1
View File
@@ -20,9 +20,11 @@ jobs:
uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain uses: docker://renovate/renovate:38 # Pinning to a major version is usually easier to maintain
env: env:
# This forces the exact system path to be dynamically generated # This forces the exact system path to be dynamically generated
RENOVATE_CONFIG_FILE: ${{ github.workspace }}/infra/renovate/config.js
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_ENDPOINT: "https://git.natelubitz.com/api/v1" RENOVATE_ENDPOINT: "https://git.natelubitz.com/api/v1"
RENOVATE_CONFIG_FILE: "infra/renovate/config.js"
RENOVATE_AUTODISCOVER: "true"
RENOVATE_PLATFORM: "gitea"
with: with:
args: "${{ github.workspace }}/infra/renovate/config.js" args: "${{ github.workspace }}/infra/renovate/config.js"