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

This commit is contained in:
Renovate Bot 2024-07-05 20:05:26 +00:00
parent c7b97d3dd6
commit 7aace6fab2

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/${{ env.GITHUB_REPOSITORY }}/config.js" # replace it with your config.js path RENOVATE_CONFIG_FILE: "/workspace/${{ github.REPOSITORY }}/config.js"
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}