mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 01:42:34 +00:00
fix: set tokenEnv to RENOVATE_TOKEN
This commit is contained in:
parent
507fdfb31c
commit
0b2baab891
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import child from 'child_process';
|
|||
|
||||
class Renovate {
|
||||
private configurationFileEnv = 'RENOVATE_CONFIG_FILE';
|
||||
private tokenEnv = 'RENOVATE_CONFIG_FILE';
|
||||
private tokenEnv = 'RENOVATE_TOKEN';
|
||||
|
||||
private docker: Docker;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue