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" ] };