Try to unbork config

This commit is contained in:
Luke Murphy 2020-09-13 10:00:35 +02:00
parent 79e02de9cb
commit fe5136856f
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

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