Actualiser .forgejo/workflows/renovate.yaml
Some checks failed
renovate / renovate (push) Failing after 10s

This commit is contained in:
Renovate Bot 2024-07-05 20:04:01 +00:00
parent ae5092d85e
commit c7b97d3dd6

View file

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