fencer-security/Sync Markdown in Github to Notion
Sync markdown changes in Github to Notion
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: fencer-security/nogisync@d2072fb4b0dcde92aeb1dee4f6fc778834a371c7 # v1.3.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| notion_api_key | Notion integration token | yes | — |
| docs_path | Directory containing the markdown files to sync (YAML list, newline-separated, or comma-separated for multiple directories) | yes | — |
| notion_parent_page_id | Notion parent page id | yes | — |
| sync_method | Sync method: 'blocks' (convert to Notion blocks) or 'markdown' (use Notion markdown API) | no | markdown |
| fail_on_error | Fail the action if any page fails to sync | no | false |
Outputs
no outputs