mirror of
https://github.com/encounter/decomp.dev.git
synced 2026-07-10 03:18:48 -07:00
README.md: GitHub PAT only needs public_repo scope
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user