-
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 #38 from iDerekLi/workflows
Workflows
- Loading branch information
Showing
15 changed files
with
123 additions
and
576 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## 处理自动化相关逻辑 | ||
base: `workflows` <- compare `your branch` | ||
|
||
## 处理JueJinAPI相关逻辑 | ||
base: `package` <- compare `your branch` |
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
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 |
---|---|---|
|
@@ -17,13 +17,14 @@ | |
|
||
2. 仓库 -> Settings -> Secrets -> New repository secret, 添加Secrets变量如下: | ||
|
||
| Name | Value | | ||
| --- | --- | | ||
| COOKIE | 掘金网站Cookie, 打开浏览器,登录 [掘金](https://juejin.cn/), 打开控制台DevTools -> Network,复制 cookie, **掘金Cookie有效期约1个月需定期更新.** | | ||
| DINGDING_WEBHOOK | 钉钉机器人WEBHOOK | | ||
| EMAIL_USER | 发件人邮箱地址(需要开启 SMTP) | | ||
| EMAIL_PASS | 发件人邮箱密码(SMTP密码) | | ||
| EMAIL_TO | 订阅人邮箱地址(收件人). 如需多人订阅使用 `, ` 分割, 例如: `[email protected], [email protected]` | | ||
| Name | Value | 是否必填 | | ||
| --- | --- | --- | | ||
| COOKIE | 掘金网站Cookie, 打开浏览器,登录 [掘金](https://juejin.cn/), 打开控制台DevTools -> Network,复制 cookie, **掘金Cookie有效期约1个月需定期更新.** | ✅ | | ||
| DINGDING_WEBHOOK | 钉钉机器人WEBHOOK | ❌ | | ||
| EMAIL_USER | 发件人邮箱地址(需要开启 SMTP) | ❌ | | ||
| EMAIL_PASS | 发件人邮箱密码(SMTP密码) | ❌ | | ||
| EMAIL_TO | 订阅人邮箱地址(收件人). 如需多人订阅使用 `, ` 分割, 例如: `[email protected], [email protected]` | ❌ | | ||
| PUSHPLUS_TOKEN | [Pushplus](http://www.pushplus.plus/) 官网免费申请,支持微信公众号、第三方webhook、企业微信、邮箱。 | ❌ | | ||
|
||
3. 仓库 -> 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.