fixed an error
All checks were successful
renovate / renovate (push) Successful in 32s

This commit is contained in:
Manuel Cortez 2025-02-03 20:59:15 -06:00
parent f2d8b63700
commit dd5d75538b

View File

@ -15,6 +15,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "/workspace/{{username}}/{{repo name}/config.js" # replace it with your config.js path RENOVATE_CONFIG_FILE: "/workspace/renovatebot/renovate-config/config.js" # replace it with your config.js path
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token