Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #830 from kant/patch-4
Browse files Browse the repository at this point in the history
Minor formatting proposal on paragraph #12
  • Loading branch information
jeschu1 authored Mar 11, 2019
2 parents 0d9a0dd + 8c88681 commit 9270c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _Note:_ SSH is often a better choice for automated system because requiring inte

The majority of build definitions will work with a single repository, or at least a set of repositories which all have the same authentication requirements.
In this case, it is generally better to rely on [Azure DevOps Build Variables](https://docs.microsoft.com/en-us/vsts/build-release/concepts/definitions/build/variables?tabs=batch); specifically the `$(System.AccessToken)` build process OAuth token.
To enable scripts to use the build process OAuth token, go to the Options tab of the build definition and select 'Allow Scripts to Access OAuth Token'.
To enable scripts to use the build process OAuth token, go to the `Options` tab of the build definition and select `Allow Scripts to Access OAuth Token`.
For more information, read [Azure DevOps: Use the OAuth token to access the REST API](https://docs.microsoft.com/en-us/vsts/build-release/actions/scripts/powershell#oauth).

## Recommendations for Other Build Services
Expand Down

0 comments on commit 9270c89

Please sign in to comment.