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:
renovate:
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:
- uses: actions/checkout@v4
- run: renovate
- name: Checkout repository
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:
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"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}