diff --git a/.woodpecker.yml b/.woodpecker.yml index 5c773b7..36546e6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -75,8 +75,9 @@ pipeline: target: WATCHTOWER_HTTP_API_TOKEN commands: - HEADER='Authorization:' - - HEADER=$HEADER" Bearer $WATCHTOWER_HTTP_API_TOKEN" - - curl -H $HEADER -i "https://$${WATCHTOWER_HOST}/v1/update" + - HEADER=$HEADER" Bearer $${WATCHTOWER_HTTP_API_TOKEN}" + - echo "$${HEADER}" + - curl -H "$${HEADER}" -i "https://$${WATCHTOWER_HOST}/v1/update" notify-matrix-success: image: code.balsillie.net/containers/woodpecker-util