Skip to content

Commit

Permalink
chore: add env variables requirements to README (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored and TheAlexLichter committed Aug 4, 2019
1 parent 8b0cc44 commit e0db8ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ $ npm install --save wait-for-netlify-preview
## Usage

Requires the following environment variables:
- `GITHUB_API_TOKEN`
- `TRAVIS_PULL_REQUEST_SHA`
- `TRAVIS_REPO_SLUG`
- `GITHUB_API_TOKEN` with `repo_deployment` scope
- `TRAVIS_PULL_REQUEST_SHA` (automatically provided by travis)
- `TRAVIS_REPO_SLUG` (automatically provided by travis)

```
$ wait-for-netlify-preview
Expand Down

0 comments on commit e0db8ab

Please sign in to comment.