From d52eb4c3d92e2b61c674c94ab1a7bf651677b946 Mon Sep 17 00:00:00 2001 From: Uday Vunnam Date: Sun, 19 Jul 2020 13:35:55 +0530 Subject: [PATCH] feat: env example --- .env.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..84305ed --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +# Copy this file contents to .env file. +# Below env variables will be used by various commands and needs to be added if you want to test those commands in local +# They are present by default in CircleCI environment, +# Run 'source .env' before running commands that depend on env variables +NETLIFY_AUTH_TOKEN=XXXXXXXXXXX +NETLIFY_SITE_ID=XXXXXXXXXXXXXX +NPM_TOKEN=XXXXXXXXXXXXXXXXXXXX +GH_TOKEN=XXXXXXXXXXXXXXXXXXXXX +DANGER_GITHUB_API_TOKEN=XXXXXX