From d653535de21a110da13e6d4b258aaa3dca3c1fc7 Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Wed, 5 Jul 2017 02:11:23 -0400 Subject: [PATCH] token test --- travis.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.pl b/travis.pl index 857d961be..ed3bb1a24 100644 --- a/travis.pl +++ b/travis.pl @@ -157,7 +157,7 @@ sub send_back_comment{ } print "[send_back_comment] method = $post_method to $post_url by token\n"; - `curl -v -H "Authorization: token 7333caf3936a938ad0803e7a297423e43f69fb62" -X $post_method -d '{"body":"$message"}' $post_url 2>&1`; + `curl -v -H "Authorization: token bf43c85ee93d2fc18bd2c8446aa997c54fc2095b" -X $post_method -d '{"body":"$message"}' $post_url 2>&1`; } #--------------------------------------------------------