👷 Try to fix renovate token issue (move RENOVATE_TOKEN to env
Some checks failed
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/cron/dependencies Pipeline failed
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2025-04-21 13:44:01 +02:00
parent c761b203cc
commit a741c6ea8e

View File

@@ -3,15 +3,15 @@ steps:
image: renovate/renovate
pull: true
settings:
RENOVATE_TOKEN:
from_secret: renovate-bot-mr-token
# commands:
# - renovate $${CI_REPO}
commands:
- renovate $${CI_REPO}
environment:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://codeberg.org
LOG_LEVEL: debug
RENOVATE_DRY_RUN: full
RENOVATE_TOKEN:
from_secret: renovate-bot-mr-token
when:
- event: cron