由于私人 github actions 用完了, 所以在公开的 actions 里执行

2022-03-10 11:41:27 +08:00
 twfb

佩服我自己的机智

https://github.com/twfb/PublicActions

2076 次点击
所在节点    分享发现
6 条回复
codehz
2022-03-10 12:11:53 +08:00
(跑 action 容易被判滥用,之前几个跑 openwrt 编译的就被橄榄了
twfb
2022-03-10 12:37:45 +08:00
@codehz 之前找了个小号 专门生成 rss 现在跑了 5,389 个, 不过平均一个也就两分钟, 现在还正常使用
kunkunzhang
2022-03-10 13:08:24 +08:00
挺好的。感觉需要手动触发
twfb
2022-03-10 13:28:39 +08:00
@kunkunzhang 对 没法 push 触发, 写的定时, 之前有想法是, 私有库的 action 通过请求调用公开的然后执行, 应该可以节省私有库时间
xiaji
2022-03-12 11:44:39 +08:00
调用 github 接口,使用 curl post 触发,可定时
function main_handler () {
curl \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token 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" \
https://api.github.com/repos/n0raml/rsschan/actions/workflows/main.yaml/dispatches \
-d '{"ref":"main"}'
}
#Authorization: token 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 替换 token 后面的 token 留着
#https://api.github.com/repos/用户名 /rsschan/actions/workflows/main.yaml/dispatches
twfb
2022-03-12 14:25:58 +08:00
@xiaji 哈哈哈 这个我知道 定时用的 schedule

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/839358

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX