👷 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 image: renovate/renovate
pull: true pull: true
settings: settings:
RENOVATE_TOKEN: commands:
from_secret: renovate-bot-mr-token - renovate $${CI_REPO}
# commands:
# - renovate $${CI_REPO}
environment: environment:
RENOVATE_PLATFORM: gitea RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://codeberg.org RENOVATE_ENDPOINT: https://codeberg.org
LOG_LEVEL: debug LOG_LEVEL: debug
RENOVATE_DRY_RUN: full RENOVATE_DRY_RUN: full
RENOVATE_TOKEN:
from_secret: renovate-bot-mr-token
when: when:
- event: cron - event: cron