From fe5136856f9b6c938e99e23ca78b189f92c4fa21 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 13 Sep 2020 10:00:35 +0200 Subject: [PATCH] Try to unbork config --- config.js.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js.tmpl b/config.js.tmpl index 8ab27b4..e5c403a 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" }}", + token: '{{ secret "api_token" }}', platform: "gitea", logLevel: "info", onboarding: true, @@ -19,6 +19,6 @@ module.exports = { "autonomic-cooperative/id.autonomic.zone", "autonomic-cooperative/renovate", "autonomic-cooperative/swarm-cronjob", - "autonomic-cooperative/traefik.autonomic.zone", + "autonomic-cooperative/traefik.autonomic.zone" ] };