
Notion2GitHub:从Notion自动同步至GitHub
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
Notion2GitHub是一款工具或脚本,能够实现将Notion中的数据和更新自动同步到GitHub仓库,方便代码管理和项目协作。
概念2Github | 从Notion自动同步到Github :warning: 注意: Narkdown依赖于非官方的Notion API-py。它不能保证稳定运行。如果您需要在生产中使用,建议您等待正式发布。
用法快速开始
转到存储库设置以将Notion的token_v2设置为您的存储库密码。
创建工作流程文件 .github/workflows/**.yml
这是例子:
示例1(在main中的push和pull请求上运行)
name: Notion2Github
on:
pull_request:
branches:
- main
push:
branches:
- main
全部评论 (0)
还没有任何评论哟~


