Field Value Name github-digestCategory reporting Complexity moderate Tags api-integration, slack-notification, cron-scheduled Author randybias Min Version 0.1.0
Fetch GitHub repos and create a summary digest with Slack notification. A straightforward 3-node pipeline demonstrating API integration and notification patterns.
fetch-repos → summarize → notify
Node Purpose fetch-reposFetch repos from GitHub API summarizeGenerate summary digest notifySend digest to Slack
manual
cron: daily at 9:00 AM UTC (0 9 * * *)
Dependency Host Auth githubapi.github.com:443bearer-tokenslackhooks.slack.com:443webhook-url
Secret Description github.tokenGitHub personal access token slack.webhook_urlSlack incoming webhook URL
tntc scaffold init github-digest
tntc scaffold init github-digest my-github-digest
tntc scaffold info github-digest
Scaffold source: quickstarts/github-digest/