Add GitHub token
This commit is contained in:
parent
674cedfaef
commit
67a4122fe3
|
@ -9,7 +9,7 @@ steps:
|
||||||
renovateDryRun:
|
renovateDryRun:
|
||||||
image: renovate/renovate
|
image: renovate/renovate
|
||||||
pull: true
|
pull: true
|
||||||
secrets: [ renovate_token ]
|
secrets: [ renovate_token, GITHUB_COM_TOKEN ]
|
||||||
commands:
|
commands:
|
||||||
- renovate
|
- renovate
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -10,7 +10,7 @@ steps:
|
||||||
renovate:
|
renovate:
|
||||||
image: renovate/renovate
|
image: renovate/renovate
|
||||||
pull: true
|
pull: true
|
||||||
secrets: [ renovate_token ]
|
secrets: [ renovate_token, GITHUB_COM_TOKEN ]
|
||||||
commands:
|
commands:
|
||||||
- renovate
|
- renovate
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue