From 1937883fbf434577ccbb48f04ecc0748c0434d6d Mon Sep 17 00:00:00 2001 From: Sebastian Luna-Valero Date: Wed, 18 Sep 2024 13:43:03 +0200 Subject: [PATCH] linting --- deploy/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 4aab4b85..97a09c40 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -31,8 +31,8 @@ site_config_dir: "$(readlink -f ../sites)" EOF # get access token for motley-cue -CLIENT_ID=$(yq -r '.checkin.client_id' < secrets.yaml) -CLIENT_SECRET=$(yq -r '.checkin.client_id' < secrets.yaml) +CLIENT_ID=$(yq -r '.checkin.client_id'