We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0cc44 commit e0db8abCopy full SHA for e0db8ab
README.md
@@ -29,9 +29,9 @@ $ npm install --save wait-for-netlify-preview
29
## Usage
30
31
Requires the following environment variables:
32
- - `GITHUB_API_TOKEN`
33
- - `TRAVIS_PULL_REQUEST_SHA`
34
- - `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)
35
36
```
37
$ wait-for-netlify-preview
0 commit comments