Configuration: Code Management
This section is part of the remote-config.yaml
configuration file. See the configuration overview for further information.
Azure DevOps (ADO)
Note the same token value may also be used for retrieving Work Items within the project management configuration if required and permission is provided within the token scope.
-
Create an Azure Personal Access Token.
To call ADO you'll need to authenticate with a PAT. See instructions here. -
Paste the result in your respective
remote-config.yaml
file configuration within acodeManagement.azure
server object'sapiKey
field.
GitHub
-
Create a Personal Access Token. Navigate to https://github.com/settings/tokens and create a token with the following scopes:
- public_repo
- read:org
- read:project
- repo:status
-
Paste the result in your respective
remote-config.json
file configuration within acodeManagement.github
server object'sapiKey
field.