From 96d8403a3e49919422d3b5cf831941dfe37737aa Mon Sep 17 00:00:00 2001 From: Tim McFadden <52185+tim775@users.noreply.github.com> Date: Mon, 7 Mar 2022 13:20:51 -0500 Subject: [PATCH 1/3] Update name to match screenshot and tutorial db. Signed-off-by: tim775 <52185+tim775@users.noreply.github.com> --- docs/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 082fbf5b70..4b7cb0081e 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -276,7 +276,7 @@ otherwise something went terribly wrong. - Go to `create` and choose to create a website with the `React SSR Template` - Type in a name, let's use `tutorial` -- Select the group `group-a` which will own this new website, and go to the next +- Select the group `team-a` which will own this new website, and go to the next step

From 978e4295f47c52bed1079a6ecd3b26de3eddf770 Mon Sep 17 00:00:00 2001 From: tim775 <52185+tim775@users.noreply.github.com> Date: Mon, 7 Mar 2022 13:49:31 -0500 Subject: [PATCH 2/3] Add "workflow" as suggested scope for github token Without this scope, following the tutorial to create a React SSR Template fails with "refusing to allow a Personal Access Token to create or update workflow `.github/workflows/build.yml` without `workflow` scope" Signed-off-by: tim775 <52185+tim775@users.noreply.github.com> --- docs/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 4b7cb0081e..414ebe613a 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -218,7 +218,7 @@ for 7 days, it's a lucky number. Screenshot of the GitHub Personal Access Token creation page

-Set the scope to your likings. For this tutorial, selecting "repo" should be +Set the scope to your likings. For this tutorial, selecting "repo" and "workflow" should be enough. In the `app-config.yaml`, search for `integrations:` and add your token, like we From 8a771907a0b954fd356cd5bb11853158abca8242 Mon Sep 17 00:00:00 2001 From: Tim McFadden <52185+tim775@users.noreply.github.com> Date: Thu, 10 Mar 2022 07:01:49 -0500 Subject: [PATCH 3/3] Add more context as to why the workflow scope is required. Co-authored-by: Johan Haals Signed-off-by: tim775 <52185+tim775@users.noreply.github.com> --- docs/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 414ebe613a..2aa8970d52 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -218,7 +218,7 @@ for 7 days, it's a lucky number. Screenshot of the GitHub Personal Access Token creation page

-Set the scope to your likings. For this tutorial, selecting "repo" and "workflow" should be +Set the scope to your likings. For this tutorial, selecting "repo" and "workflow" is required as the scaffolding job in this guide configures a GitHub actions workflow for the newly created project. enough. In the `app-config.yaml`, search for `integrations:` and add your token, like we