Add token
This commit is contained in:
parent
9e53da4c85
commit
fa458ac4a1
1 changed files with 3 additions and 1 deletions
|
@ -85,9 +85,11 @@ in
|
|||
renovate = {
|
||||
enable = true;
|
||||
schedule = "TODO";
|
||||
credentials = {
|
||||
RENOVATE_TOKEN = "/etc/renovate/token";
|
||||
};
|
||||
settings = {
|
||||
endpoint = "http://<url>.de/api/v1/";
|
||||
token = "";
|
||||
persistRepoData = true;
|
||||
platform = "forgejo";
|
||||
autodiscover = true;
|
||||
|
|
Loading…
Reference in a new issue