Skip to content

Commit e0db8ab

Browse files
hongbo-miaoTheAlexLichter
authored andcommitted
chore: add env variables requirements to README (#24)
1 parent 8b0cc44 commit e0db8ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ $ npm install --save wait-for-netlify-preview
2929
## Usage
3030

3131
Requires the following environment variables:
32-
- `GITHUB_API_TOKEN`
33-
- `TRAVIS_PULL_REQUEST_SHA`
34-
- `TRAVIS_REPO_SLUG`
32+
- `GITHUB_API_TOKEN` with `repo_deployment` scope
33+
- `TRAVIS_PULL_REQUEST_SHA` (automatically provided by travis)
34+
- `TRAVIS_REPO_SLUG` (automatically provided by travis)
3535

3636
```
3737
$ wait-for-netlify-preview

0 commit comments

Comments
 (0)