From 374d453576f2d82d4ae575bf28584b0be3eb566d Mon Sep 17 00:00:00 2001 From: Jake Biesinger <50155347+jakebiesinger-onduo@users.noreply.github.com> Date: Tue, 4 Feb 2020 07:10:06 -0700 Subject: [PATCH 1/3] GITHUB_TEMPLATE_REPOSITORY for acceptance tests Updated README to include `GITHUB_TEMPLATE_REPOSITORY`, which is needed in order to run acceptance tests. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f2228bd60..1d255c0bce 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ In the organization you are using above, create the following test repositories: * `test-repo-template` * Configure the repository to be a [Template repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-template-repository) +Export an environment variable corresponding to GITHUB_TEMPLATE_REPOSITORY=test-repo-template. + + ### GitHub users Export your github username (the one you used to create the personal access token above) as `GITHUB_TEST_USER`. You will need to export a different github username as `GITHUB_TEST_COLLABORATOR`. Please note that these usernames cannot be the same as each other, and both of them From ebcbd09d74d93cddb011f1ef05ff1b5ecb16f5a4 Mon Sep 17 00:00:00 2001 From: Jake Biesinger <50155347+jakebiesinger-onduo@users.noreply.github.com> Date: Wed, 5 Feb 2020 06:15:23 -0700 Subject: [PATCH 2/3] Update README.md Co-Authored-By: Igor Springer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d255c0bce..924d060145 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ In the organization you are using above, create the following test repositories: * `test-repo-template` * Configure the repository to be a [Template repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-template-repository) -Export an environment variable corresponding to GITHUB_TEMPLATE_REPOSITORY=test-repo-template. +Export an environment variable corresponding to `GITHUB_TEMPLATE_REPOSITORY=test-repo-template`. ### GitHub users From d58f2e775b38935ea985bcd6956bc5a16e45597b Mon Sep 17 00:00:00 2001 From: Jake Biesinger <50155347+jakebiesinger-onduo@users.noreply.github.com> Date: Wed, 5 Feb 2020 06:15:30 -0700 Subject: [PATCH 3/3] Update README.md Co-Authored-By: Igor Springer --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 924d060145..76a2a4c0b1 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,6 @@ In the organization you are using above, create the following test repositories: Export an environment variable corresponding to `GITHUB_TEMPLATE_REPOSITORY=test-repo-template`. - ### GitHub users Export your github username (the one you used to create the personal access token above) as `GITHUB_TEST_USER`. You will need to export a different github username as `GITHUB_TEST_COLLABORATOR`. Please note that these usernames cannot be the same as each other, and both of them