👷 Try to fix renovate token issue (move RENOVATE_TOKEN to env
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user