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] 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