From a61cd8e4ab56edf53e251a94d21f1bf6ff971c3b Mon Sep 17 00:00:00 2001 From: Clay Anderson Date: Mon, 11 Dec 2017 13:40:25 -0700 Subject: [PATCH] Use secret gists rather than public gists --- geojsonio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geojsonio.js b/geojsonio.js index 037b5f3..40c1eab 100755 --- a/geojsonio.js +++ b/geojsonio.js @@ -45,7 +45,7 @@ function openData(body) { } else { github.gists.create({ description: '', - public: true, + public: false, files: { 'map.geojson': { content: JSON.stringify(JSON.parse(body.toString()))