Update Webhook.md

This commit is contained in:
sy00000 2023-05-30 15:03:36 +08:00
parent 2f070d9179
commit 6cd5214bed
1 changed files with 4 additions and 2 deletions

View File

@ -2,10 +2,12 @@
sidebar_label: 'Webhook'
sidebar_position: 8
---
1. Webhook模块入口
1. Webhook模块入口
在项目主页点击“仓库设置”按键再点击“网络钩子”按键即可进入仓库的Webhook模块。
![](../../static/img/代码库管理/Webhook/Webhook入口.png)<br/>
2. 配置仓库的Webhook
2. 配置仓库的Webhook
每当特定事件如push代码合并请求被编辑发生时我们将通过webhook给您提供的远程URL发送post请求。单击“添加Webhook”按键可以配置本仓库的Webhook。
![](../../static/img/代码库管理/Webhook/Webhook配置.png)<br/>