Use from_secret for tokens
This commit is contained in:
parent
67a4122fe3
commit
44820f0d0c
|
@ -9,10 +9,13 @@ steps:
|
||||||
renovateDryRun:
|
renovateDryRun:
|
||||||
image: renovate/renovate
|
image: renovate/renovate
|
||||||
pull: true
|
pull: true
|
||||||
secrets: [ renovate_token, GITHUB_COM_TOKEN ]
|
|
||||||
commands:
|
commands:
|
||||||
- renovate
|
- renovate
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_CONFIG_FILE: config.yml
|
RENOVATE_CONFIG_FILE: config.yml
|
||||||
RENOVATE_DRY_RUN: full
|
RENOVATE_DRY_RUN: full
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
|
RENOVATE_TOKEN:
|
||||||
|
from_secret: renovate_token
|
||||||
|
GITHUB_COM_TOKEN:
|
||||||
|
from_secret: GITHUB_COM_TOKEN
|
||||||
|
|
|
@ -10,8 +10,11 @@ steps:
|
||||||
renovate:
|
renovate:
|
||||||
image: renovate/renovate
|
image: renovate/renovate
|
||||||
pull: true
|
pull: true
|
||||||
secrets: [ renovate_token, GITHUB_COM_TOKEN ]
|
|
||||||
commands:
|
commands:
|
||||||
- renovate
|
- renovate
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_CONFIG_FILE: config.yml
|
RENOVATE_CONFIG_FILE: config.yml
|
||||||
|
RENOVATE_TOKEN:
|
||||||
|
from_secret: renovate_token
|
||||||
|
GITHUB_COM_TOKEN:
|
||||||
|
from_secret: GITHUB_COM_TOKEN
|
||||||
|
|
Loading…
Reference in a new issue