From 2eedc0bd12dbc9a780f552802d18e45fdf459731 Mon Sep 17 00:00:00 2001 From: "Laurence \"DC5B\" Lord" Date: Tue, 4 Apr 2023 15:23:37 +0100 Subject: [PATCH] Clarify reason for including repo scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41072e4..f1e2c1b 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Using these events ensure that a given issue or pull request, in the workflow's ## Creating a PAT and adding it to your repository - create a new [personal access - token](https://github.com/settings/tokens/new) with `project` scopes. + token](https://github.com/settings/tokens/new) with `project` scope. For private repos you will also need `repo` scope. _See [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) for more information_ > **NOTE:** ℹ️ Use a classic token with full control of projects. Personal access tokens with fine grained access do not support the GraphQL API. Only 'project' and 'read:project' scopes are required.