batuhan/Sync Notion to Git

Easily sync the Notion pages you need to Git.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
notion_tokenNotion integration token with read permissions.yes
github_tokenToken used for committing changes back to the repository.yes${{ github.token }}
modeSync mode. Use "changed" for changed manifests or "full" for all manifests.nochanged
path_filterGlob filter used to discover manifest files.no**/.notion.txt
assets_dirReserved for future asset handling. Currently unused.nonotion-assets
commitCommit generated changes back to the repository.notrue
dry_runIf true, do not write files or create commits.nofalse
commit_user_nameGit author name for auto-commits.nogithub-actions[bot]
commit_user_emailGit author email for auto-commits.no41898282+github-actions[bot]@users.noreply.github.com
namedescription
synced_pagesNumber of Notion pages written to Markdown.
synced_assetsNumber of assets downloaded. Currently always 0.
changed_filesComma-separated list of Markdown files written by the action.