update job
renovate / renovate (push) Failing after 7s

This commit is contained in:
2026-06-22 22:55:53 +10:00
parent 5cfa338301
commit 12604867bb
+9 -5
View File
@@ -10,11 +10,15 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.20.2 # REMOVED: job-level container block to avoid the runner's strict auth loop
steps: steps:
- uses: actions/checkout@v4 - name: Checkout repository
- run: renovate uses: actions/checkout@v4
- name: Run Renovate
# Uses the Docker container directly as a step action
uses: docker://ghcr.io/renovatebot/renovate:37.20.2
env: env:
RENOVATE_CONFIG_FILE: "/workspace/infra/renovate/config.js" # replace it with your config.js path RENOVATE_CONFIG_FILE: "/workspace/infra/renovate/config.js"
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}