fix VSTS token generation URL

This commit is contained in:
Charles Kerr 2018-07-13 13:47:40 -05:00
parent 539b554ecc
commit 02d072ed9d

View file

@ -19,7 +19,7 @@ If you don't have an account, ask a team member to add you.
* `CIRCLE_TOKEN`: * `CIRCLE_TOKEN`:
Create a token from "Personal API Tokens" at https://circleci.com/account/api Create a token from "Personal API Tokens" at https://circleci.com/account/api
* `VSTS_TOKEN`: * `VSTS_TOKEN`:
Create a Personal Access Token at https://github.visualstudio.com/_usersSettings/tokens Create a Personal Access Token at https://github.visualstudio.com/_details/security/tokens
with the scope of `Build (read and execute)`. with the scope of `Build (read and execute)`.
## Determine which branch to release from ## Determine which branch to release from