From f4b7223b05a723c3ed5a35d38d0ea64af1af471e Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Sat, 10 Nov 2018 05:09:03 +0530 Subject: [PATCH] fix: add org name keys --- sample.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sample.env b/sample.env index 5a54e6b41f..3e1d5c94b1 100644 --- a/sample.env +++ b/sample.env @@ -1,2 +1,4 @@ USERNAME='camperbot' -ACCESS_TOKEN='replace this with a personal access token' \ No newline at end of file +ACCESS_TOKEN='replace this with a personal access token' +REPOSITORY_OWNER='freeCodeCamp-rocks' +REPOSITORY='freeCodeCamp' \ No newline at end of file