-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from iDerekLi/dev
添加飞书推送
- Loading branch information
Showing
4 changed files
with
52 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,17 +27,18 @@ | |
|
||
2. 仓库 -> Settings -> Secrets -> New repository secret, 添加Secrets变量如下: | ||
|
||
| Name | Value | Required | | ||
| --- | --- | --- | | ||
| COOKIE | 掘金网站Cookie | 是 | | ||
| COOKIE_2 | 多用户, 当需要同时运行多个掘金用户时所需, 支持最多 **5** 名用户(即COOKIE + COOKIE_2 - COOKIE_5) | 否 | | ||
| EMAIL_USER | 发件人邮箱地址(需要开启 SMTP) | 否 | | ||
| EMAIL_PASS | 发件人邮箱密码(SMTP密码) | 否 | | ||
| EMAIL_TO | 订阅人邮箱地址(收件人). 如需多人订阅使用 `, ` 分割, 例如: `[email protected], [email protected]` | 否 | | ||
| DINGDING_WEBHOOK | 钉钉机器人WEBHOOK | 否 | | ||
| PUSHPLUS_TOKEN | [Pushplus](http://www.pushplus.plus/) 官网申请,支持微信消息推送 | 否 | | ||
| SERVERPUSHKEY | [Server酱](https://sct.ftqq.com//) 官网申请,支持微信消息推送 | 否 | | ||
| Name | Value | Required | | ||
| --- | --- | --- | | ||
| COOKIE | 掘金网站Cookie | 是 | | ||
| COOKIE_2 | 多用户, 当需要同时运行多个掘金用户时所需, 支持最多 **5** 名用户(即COOKIE + COOKIE_2 - COOKIE_5) | 否 | | ||
| EMAIL_USER | 发件人邮箱地址(需要开启 SMTP) | 否 | | ||
| EMAIL_PASS | 发件人邮箱密码(SMTP密码) | 否 | | ||
| EMAIL_TO | 订阅人邮箱地址(收件人). 如需多人订阅使用 `, ` 分割, 例如: `[email protected], [email protected]` | 否 | | ||
| DINGDING_WEBHOOK | 钉钉机器人WEBHOOK | 否 | | ||
| PUSHPLUS_TOKEN | [Pushplus](http://www.pushplus.plus/) 官网申请,支持微信消息推送 | 否 | | ||
| SERVERPUSHKEY | [Server酱](https://sct.ftqq.com//) 官网申请,支持微信消息推送 | 否 | | ||
| WEIXIN_WEBHOOK | 企业微信机器人WEBHOOK | 否 | | ||
| FEISHU_WEBHOOK | 飞书机器人WEBHOOK | 否 | | ||
|
||
4. 仓库 -> Actions, 检查Workflows并启用。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters