From 314e9385ea63e413240b6ae4d438a7b5d1f5bab6 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Mon, 9 Sep 2024 16:53:06 -0500 Subject: [PATCH] docs(permissions): update PAT (classic) scopes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be68023..e3e0ab5 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Since we use the GitHub API and actions to generate the data, you will need to e You will need to set a secret in the repository settings. The secret is a GitHub token that has admin read access to the organization. You can create a token by going to `Settings` -> `Developer settings` -> `Personal access tokens` and creating a new token with the following scopes. +- public_repo - read:org -- read:repo - read:project > [!NOTE] @@ -76,8 +76,8 @@ cp .env.example .env The `GRAPHQL_TOKEN` token requires the following scopes: +- public_repo - read:org -- read:repo - read:project > [!NOTE]