Typo: _SERVER → _TOKEN
This commit is contained in:
parent
5b12906aaf
commit
1f45569874
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ export DRONE_SERVER=<http://>
|
|||
In order to authorize communications you must also provide your access token:
|
||||
|
||||
```
|
||||
export DRONE_SERVER=<token>
|
||||
export DRONE_TOKEN=<token>
|
||||
```
|
||||
|
||||
You can retrieve your access token from the user profile screen in Drone.
|
||||
You can retrieve your access token from the user profile screen in Drone.
|
||||
|
|
Loading…
Reference in a new issue