From d31e4d4d9030fbc632974d44cb79fd971571dae6 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 11 Jan 2022 16:01:41 +0900 Subject: [PATCH] chore: fix drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5f972a8..6ca31fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: image: alpine/curl commands: - | - curl -s -H "Authorization: Bearer ${WATCHTOWER_TOKEN} https://watchtower.uechi.dev/v1/update + curl -s -H "Authorization: Bearer ${WATCHTOWER_TOKEN}" https://watchtower.uechi.dev/v1/update environment: WATCHTOWER_TOKEN: from_secret: watchtower_token