From 2bed4f1e1af1d47cba25d0efec495c6b2e313b8a Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 7 Feb 2020 14:32:20 +0100 Subject: [PATCH] README: update secrets.env docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d230c4c036..dac98d9f28 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,12 @@ See [proto/README.md](proto/README.md) for more information. ## Running Locally -First step is to set up a `secrets.env` file in the root of the repo. Use the following template but fill in your own values: +First step is to set up a `secrets.env` file in the root of the repo. Use the following template but fill in your own values (without quotes!): ```bash -# Github Access token with repo scope, created at https://github.com/settings/tokens +# GitHub username +BOSS_GH_USERNAME= +# GitHub Access token with repo scope, created at https://github.com/settings/tokens BOSS_GH_ACCESS_TOKEN= ```