You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/05 15:24:04 UTC

[GitHub] [incubator-devlake] warren830 commented on issue #2423: [Feature][Github] Modify test connection to verify one token per time

warren830 commented on issue #2423:
URL: https://github.com/apache/incubator-devlake/issues/2423#issuecomment-1175189267

   We can use the following api to test if a token is valid
   `curl --location --request GET --X GET 'https://api.github.com/user' \
   --header 'User-Agent: Apipost client Runtime/+https://www.apipost.cn/' \
   --header 'Authorization: Bearer ghp_xxx' \
   --form 'Authorization=Bearer dfsd'`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org