This repository was archived by the owner on Jun 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Expand file tree Collapse file tree 1 file changed +29
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Github-Webhook-Notification
2
2
使用PHP撰写的github webhook 通知模块,用于腾讯云云函数
3
3
4
- Demo : < https://api.ahdark.com/release/github-to-wechat >
4
+ 示例 : < https://api.ahdark.com/release/github-to-wechat >
5
5
6
6
请求时须携带参数` sendkey ` ,值为企业微信群机器人的Send Key值
7
7
例如:` https://api.ahdark.com/release/github-to-wechat?sendkey=8679xxxx-xxxx-xxxx-xxxx-xxxx3e2eab49 `
8
8
9
- > ` api.ahdark.com ` 为测试环境,请勿依赖,不保证SLA!
9
+ > ` api.ahdark.com ` 为测试环境,请勿依赖,不保证SLA!
10
+
11
+ ### 目前支持的事件:
12
+
13
+ - Ping
14
+ - Push
15
+ - Pull Request
16
+ - Issue
17
+ - Release
18
+
19
+ ---
20
+
21
+ Github webhook notification module written in PHP, used for Tencent Cloud SCF.
22
+
23
+ Demo: < https://api.ahdark.com/release/github-to-wechat >
24
+
25
+ The parameter ` sendkey ` must be carried when requesting, and the value is the Send Key value of the enterprise WeChat group robot
26
+ For example: ` https://api.ahdark.com/release/github-to-wechat?sendkey=8679xxxx-xxxx-xxxx-xxxx-xxxx3e2eab49 `
27
+
28
+ > ` api.ahdark.com ` is a test environment, please do not rely on it, SLA is not guaranteed!
29
+
30
+ ### Currently supported events:
31
+
32
+ - Ping
33
+ - Push
34
+ - Pull Request
35
+ - Issue
36
+ - Release
You can’t perform that action at this time.
0 commit comments