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