@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user