Add more context as to why the workflow scope is required.

Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: tim775 <52185+tim775@users.noreply.github.com>
This commit is contained in:
Tim McFadden
2022-03-10 07:01:49 -05:00
committed by tim775
parent 978e4295f4
commit 8a771907a0
+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" 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