From c6ea6f7012ca391fa557e21035cb6174fcb9a643 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 13 Sep 2020 09:53:25 +0200 Subject: [PATCH] Use right secret name --- config.js.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js.tmpl b/config.js.tmpl index eec6bba..8ab27b4 100644 --- a/config.js.tmpl +++ b/config.js.tmpl @@ -1,6 +1,6 @@ module.exports = { endpoint: "https://git.autonomic.zone/api/v1/", - token: "{{ secret "api-token-v1" }}", + token: "{{ secret "api_token" }}", platform: "gitea", logLevel: "info", onboarding: true,