My personal repository consisting of weekly updated notes of my self-development in Cloud and Cybersecurity
- Automated Sync: Daily synchronization from Notion database at 8:00 UTC
- Webhook Support: Real-time sync when Notion content changes (see WEBHOOK_SETUP.md)
- Manual Trigger: Can be triggered manually via GitHub Actions
- Notes are maintained in a Notion database
- GitHub Actions workflow runs daily or when triggered
- Notion pages are converted to Markdown files and stored in the
notes/directory - Optional webhook endpoint allows real-time syncing
Set these in GitHub Secrets:
NOTION_TOKEN: Your Notion integration tokenNOTION_DATABASE_ID: The ID of your Notion database
For real-time syncing, see WEBHOOK_SETUP.md for detailed setup instructions.