Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
fix: decode private key on start
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Nov 1, 2017
1 parent ff2c00b commit 714a56e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"keywords": ["validate", "commit", "pr", "conventional", "git", "probot-app"],
"scripts": {
"now": "now",
"now-start": "PRIVATE_KEY=$(echo $PRIVATE_KEY | base64 -d) npm start",
"start": "probot run ./index.js",
"test": "mocha"
},
Expand Down

0 comments on commit 714a56e

Please sign in to comment.