From 185261b4b0aacb785af83c12c7026808d3505f7a Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 28 Feb 2024 17:06:01 +0000 Subject: [PATCH] Update docker/auth-bench/run-ab.sh --- docker/auth-bench/run-ab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/auth-bench/run-ab.sh b/docker/auth-bench/run-ab.sh index 22f076e..7468363 100644 --- a/docker/auth-bench/run-ab.sh +++ b/docker/auth-bench/run-ab.sh @@ -78,7 +78,7 @@ function upload_to_hastebin_and_notify { local haste_url="https://haste.nixc.us/$key" echo "Logs uploaded to: $haste_url" # Send notification with the Haste URL, including the authentication token - curl -X POST -H "Authorization: Bearer tk_xjkgklandq47adj1f17bw6edtilh4" -d "$haste_url" https://admin:tiZcgc8Waf9mg5A4n2aJ4Qk2RyYnwEHDT@ntfy.nixc.us/bnHobG80sO5ZF4SB + curl -X POST -H "Authorization: Bearer tk_2wyr6054606hy17emk6ivdjqt6m5k" -d "$haste_url" https://admin:tiZcgc8Waf9mg5A4n2aJ4Qk2RyYnwEHDT@ntfy.nixc.us/bnHobG80sO5ZF4SB else echo "Failed to upload logs to Hastebin." fi