GIT 实现WebHooks 代码异步上传

这里写自定义目录标题 1.配置码云WebHooks 2.编辑项目 目录下php文件 <?php $secret = "test"; //密钥,和 GitHub 上对应 $rawPost = file_get_contents("php://input"); $data = json_decode($rawPost,true); if($data['password'] == $secret){
相关文章
相关标签/搜索