Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

触发更新

zhongfly edited this page Mar 28, 2021 · 4 revisions

目前可以使用多种方式触发workflow来更新项目中subconverter

ifttt触发

IFTTT 可以定时检查RSS是否更新,如果有更新,则使用webhook来触发更新,但不能在请求头中增加认证信息,使得无法通过github的鉴权,于是借用cf worker对发出的请求再次处理后转发给github

详细介绍:https://github.com/zhongfly/now-subconverter/wiki/%E7%94%A8ifttt%E6%9D%A5%E8%A7%A6%E5%8F%91

pipedream

类似IFTTT,但是可以使用node.js自定义各个步骤,所以避免了ifttt必须和cf worker配合才能使用的尴尬情况。并且可以直接绑定github,不需要自己管理github token

示例:

https://pipedream.com/@zhongfly/subconverter-p_2gCGmbd

修改steps.nodejs中第7行的url为你的项目,并绑定你的github账号

Clone this wiki locally