Actualiser .forgejo/workflows/renovate.yaml
Some checks failed
renovate / renovate (push) Failing after 11s
Some checks failed
renovate / renovate (push) Failing after 11s
This commit is contained in:
parent
c7b97d3dd6
commit
7aace6fab2
|
|
@ -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 }}
|
||||||
Loading…
Reference in a new issue