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 = {
|
renovate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
schedule = "TODO";
|
schedule = "TODO";
|
||||||
|
credentials = {
|
||||||
|
RENOVATE_TOKEN = "/etc/renovate/token";
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
endpoint = "http://<url>.de/api/v1/";
|
endpoint = "http://<url>.de/api/v1/";
|
||||||
token = "";
|
|
||||||
persistRepoData = true;
|
persistRepoData = true;
|
||||||
platform = "forgejo";
|
platform = "forgejo";
|
||||||
autodiscover = true;
|
autodiscover = true;
|
||||||
|
|
Loading…
Reference in a new issue