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

Commit 714a56e

Browse files
committed
fix: decode private key on start
1 parent ff2c00b commit 714a56e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"keywords": ["validate", "commit", "pr", "conventional", "git", "probot-app"],
99
"scripts": {
1010
"now": "now",
11+
"now-start": "PRIVATE_KEY=$(echo $PRIVATE_KEY | base64 -d) npm start",
1112
"start": "probot run ./index.js",
1213
"test": "mocha"
1314
},

0 commit comments

Comments
 (0)