Skip to content

nexoscreator/bot-github-starter

Repository files navigation

Nexos Bot

This is a GitHub App built with Probot that automates various GitHub workflows. CI

Install

Setup

  1. Install dependencies:

    npm install
  2. Create a .env file with the following variables:

    APP_ID=your_app_id
    PRIVATE_KEY=path_to_your_private_key.pem
    WEBHOOK_SECRET=your_webhook_secret
    
  3. Start the app:

    npm start
  4. Expose your local server using ngrok:

    ngrok http 3000
  5. Update your GitHub App's Webhook URL to the ngrok URL.