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>
This commit is contained in:
tim775
2022-03-07 13:49:31 -05:00
parent 96d8403a3e
commit 978e4295f4
+1 -1
View File
@@ -218,7 +218,7 @@ for 7 days, it's a lucky number.
<img src='../assets/getting-started/gh-pat.png' alt='Screenshot of the GitHub Personal Access Token creation page' />
</p>
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