summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicholas M. Iodice <niiodice@microsoft.com>2019-10-24 15:07:45 -0500
committerGitHub <noreply@github.com>2019-10-24 15:07:45 -0500
commit47f2702fe73e82acd24e2cec1b86a706609338e0 (patch)
tree3af513839d5c2193daf857aa746d66ed3db315ee /README.md
parent8fc1036997e97440cd22f1378520bdb77a739ced (diff)
Add documentation for why `AZDO_GITHUB_SERVICE_CONNECTION_PAT` is (#148)
needed, as well as when it needs to be defined.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a37a2036..681d6c28 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ This repository is a work in progress and is not yet suitable for production wor
| --- | --- | --- | --- |
| `AZDO_PERSONAL_ACCESS_TOKEN` | A personal access token that grants access to Azure DevOps APIs within the org specified by `AZDO_ORG_SERVICE_URL` | yes | `d7894a91db7610e39decbe09b2dfd449ed2ed5a` |
| `AZDO_ORG_SERVICE_URL` | URL of the Azure DevOps org in which resources will be provisioned/managed | yes | `https://dev.azure.com/contoso-org` |
+| `AZDO_GITHUB_SERVICE_CONNECTION_PAT` | If running the acceptance tests, you will need this defined in order to validate the GitHub Service Connection resource | for acceptance tests only | `a9194a91d75643e39decbe09b2dfd558dd2abca` |
| `AZDO_PRJ_CREATE_DELAY` | Delay (in seconds) to insert after creation of projects. This was determined to be useful based on observed behavior of the AzDO APIs | no | `10` |
## Usage Example