We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337d22b commit 5a87ff6Copy full SHA for 5a87ff6
2 files changed
.gitignore
@@ -60,3 +60,5 @@ typings/
60
# dotenv environment variables file
61
.env
62
63
+# Comma-separated list of allowed repos for microfeedback-github.now.sh
64
+allowed_repos.txt
package.json
@@ -13,7 +13,7 @@
13
"test:debug": "NODE_ENV=test iron-node ./node_modules/ava/profile.js test.js",
14
"lint": "xo",
15
"release": "np && npm run deploy",
16
- "deploy": "now . -e GH_TOKEN=@microfeedback-gh-token --public && now alias"
+ "deploy": "now . -e GH_TOKEN=@microfeedback-gh-token -e ALLOWED_REPOS=$(cat allowed_repos.txt) --public && now alias"
17
},
18
"engines": {
19
"node": "8.x.x"
0 commit comments