diff --git a/.woodpecker.yml b/.woodpecker.yml index c55abba..c3c4d66 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -74,8 +74,9 @@ pipeline: - source: WATCHTOWER_HTTP_API_TOKEN target: WATCHTOWER_HTTP_API_TOKEN commands: -# - /bin/sh /git/pipeline/trigger-watchtower.sh - - curl -H "Authorization: Bearer $${WATCHTOWER_HTTP_API_TOKEN}" -i "https://$${WATCHTOWER_HOST}/v1/update" + - HEADER='Authorization:' + - HEADER=$HEADER" Bearer $WATCHTOWER_HTTP_API_TOKEN" + - curl -H $HEADER -i "https://$${WATCHTOWER_HOST}/v1/update" notify-matrix: image: code.balsillie.net/containers/woodpecker-util