Skip to content

Commit

Permalink
Merge pull request #168 from bmuenzenmeyer/patch-1
Browse files Browse the repository at this point in the history
docs(permissions): update PAT (classic) scopes
  • Loading branch information
ahpook authored Sep 16, 2024
2 parents 7e723d3 + 314e938 commit 9834a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 9834a6a

Please sign in to comment.