From 43303fc6843a7238a90be5d8a5bef606ccee6b7a Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Mon, 7 Aug 2023 09:38:47 +0200 Subject: [PATCH] update curl for rieter structure --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f31c234..6d2e6e8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -40,6 +40,6 @@ pipeline: image: 'curlimages/curl' commands: # Publish the package - - 'curl -s -XPOST -H "X-API-KEY: $API_KEY" -T "$(ls *.pkg*)" https://arch2.r8r.be/jjr' + - 'curl --fail -s -XPOST -H "Authorization: Bearer $API_KEY" -T "$(ls *.pkg*)" https://arch2.r8r.be/jjr' secrets: - api_key