From 653046199007cfdfef94a79f4ab3d6fcd7dd0f05 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 8 May 2020 20:13:28 +0200 Subject: [PATCH] Upgrade token to use real bot account --- docker-compose.production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index adfc255..d1902ef 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -7,7 +7,7 @@ services: - source: config-js-prod-v1 target: /usr/src/app/config.js secrets: - - api-token-v1 + - api-token-v2 healthcheck: disable: true volumes: @@ -27,5 +27,5 @@ configs: template_driver: golang secrets: - api-token-v1: + api-token-v2: external: true