From fa458ac4a120322ca1d61f90ab3e901d860330aa Mon Sep 17 00:00:00 2001 From: Michael Huebner Date: Mon, 31 Mar 2025 15:23:49 +0200 Subject: [PATCH] Add token --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 26bf54b..74d2d91 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,9 +85,11 @@ in renovate = { enable = true; schedule = "TODO"; + credentials = { + RENOVATE_TOKEN = "/etc/renovate/token"; + }; settings = { endpoint = "http://.de/api/v1/"; - token = ""; persistRepoData = true; platform = "forgejo"; autodiscover = true;