Merge pull request #95 from spotify/rugvip/read-secrets

README: update secrets.env docs
This commit is contained in:
Patrik Oldsberg
2020-02-07 14:33:30 +01:00
committed by GitHub
+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>
```