Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Commit

Permalink
Update Heroku app.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodldavis committed Sep 23, 2017
1 parent 556d8b7 commit 5935a87
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
{
"name": "Probot GPG",
"description": "A GitHub App that enforces GPG signatures on Pull Requests",
"keywords": [
"git",
"pull request",
"github",
"github integration",
"github app",
"probot",
"probot plugin",
"probot app",
"gpg",
"gpg signature"
],
"website": "https://github.com/jarrodldavis/probot-gpg",
"repository": "https://github.com/jarrodldavis/probot-gpg",
"env": {
"PRIVATE_KEY": {
"description": "the private key you downloaded when creating the GitHub App"
Expand All @@ -8,6 +24,16 @@
},
"WEBHOOK_SECRET": {
"description": "the secret configured for your GitHub App"
},
"SENTRY_DSN": {
"description": "the Sentry Data Source Name (DSN) used to configure the Sentry SDK",
"required": false
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
}
}

0 comments on commit 5935a87

Please sign in to comment.