frameworks/motia/docs/content/docs/examples/github-integration-workflow.mdx
Try it yourself:
The GitHub integration workflow is organized into two main components:
See the full source code on GitHub.
Here's how the automation flow works:
<div className="my-8"></div> <div className="my-8"></div>Make sure you have:
git clone [email protected]:MotiaDev/motia-examples.git
cd examples/github-integration-workflow
npm install
Create a .env file by copying the example:
cp .env.example .env
Update your .env with the following credentials:
GITHUB_TOKEN=your_github_token_here
OPENAI_API_KEY=your_openai_api_key
application/jsonnpm run dev