README: update secrets.env docs

This commit is contained in:
Patrik Oldsberg
2020-02-07 14:32:20 +01:00
parent ead1aac874
commit 2bed4f1e1a
+4 -2
View File
@@ -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=<username>
# GitHub Access token with repo scope, created at https://github.com/settings/tokens
BOSS_GH_ACCESS_TOKEN=<access-token>
```