Skip to content

june29/github-app-rails-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub App example built with Rails

A tiny GitHub App example built with Rails.

How to run

  1. Create your GitHub App on Register new GitHub App - Set Webhook URL to the server running this application - Set Webhook secret for security - Set Read & Write permission for Pull requests
  2. Create and configure .env file - Set GITHUB_APP_IDENTIFIER from your GitHub App - Set GITHUB_WEBHOOK_SECRET from your GitHub App - Set GITHUB_HOST optionally, if you use GitHub Enterprise
  3. Put github-app.pem on project root directory - Get from your GitHub App config page
  4. Run rails server

References I read

About

A tiny GitHub App example built with Rails.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors