From 413795fd01a72f5521f4c3cc20277e6105401b14 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 30 Jul 2025 23:48:54 -0600 Subject: [PATCH] README.md: GitHub PAT only needs public_repo scope --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc4f28a..c9dd3e9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For more information, see the [wiki](https://wiki.decomp.dev/tools/decomp-dev). ```bash cp config.example.yml config.yml ``` -4. [Create a new GitHub personal access token](https://github.com/settings/tokens/new?description=decomp.dev&scopes=repo,workflow,write:discussion) with scopes `workflow`, `write:discussion`. Set it in `config.yml`: +4. [Create a new GitHub personal access token](https://github.com/settings/tokens/new?description=decomp.dev&scopes=public_repo) with scope `public_repo`. Set it in `config.yml`: ```yaml github: token: ghp_abcd1234abcd1234abcd1234abcd1234abcd