Skip to content

Commit

Permalink
Use correct env variable for GitHub App ID
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Jan 12, 2019
1 parent d800786 commit 2b10a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const schema = {
doc: 'ID of the GitHub App.',
format: String,
default: null,
env: 'GITHUB_INTEGRATION_ID'
env: 'GITHUB_APP_ID'
},
githubPrivateKey: {
doc: 'Private key for the GitHub App.',
Expand Down

0 comments on commit 2b10a1e

Please sign in to comment.