Skip to content

probot/example-begin

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf5c05a · Feb 18, 2025
Jan 8, 2023
Feb 10, 2021
Feb 18, 2025
Feb 10, 2021
Feb 9, 2021
Feb 10, 2021
Feb 12, 2021
Feb 10, 2021
Feb 10, 2021
Feb 18, 2025
Sep 6, 2022
Feb 10, 2021

Repository files navigation

Probot & Begin example

This repository is an example of how to deploy the "Hello, World" of probot apps to Begin.

Begin build status

Deploy your own

Deploy to Begin

Deploy your own clone of this app to Begin!

Once deployed, make sure to configure the environment variables for your production environment once you registered a GitHub App

  1. APP_ID
  2. PRIVATE_KEY (base64 encoded, you can do that here)
  3. WEBHOOK_SECRET

Local setup

  • Start the local dev server: npm start
  • Run your tests: npm test

Reference

  • Probot - The Probot documentation
  • Begin Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
  • Creating new routes - basics on expanding the capabilities of your app

Head to docs.begin.com to learn more about Begin!