@@ -10,15 +10,14 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# REMOVED: job-level container block to avoid the runner's strict auth loop
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Renovate
|
- name: Run Renovate
|
||||||
# Uses the Docker container directly as a step action
|
# Pulled from public Docker Hub instead of ghcr.io
|
||||||
uses: docker://ghcr.io/renovatebot/renovate:37.20.2
|
uses: docker://renovate/renovate:37.20.2
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: "/workspace/infra/renovate/config.js"
|
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user