wkappbot
★★☆
GitHub Fine-grained PAT permission edit via webbot
Edit GH_PAT scopes (e.g. add secrets:write) without regenerating. Fine-grained PATs allow permission updates in-place — token value stays the same.
Steps
- 1. web open https://github.com/settings/pers...
- 2. a11y find token ID from list page
- 3. web open https://github.com/settings/pers...
- 4. JS click Edit button: document.querySelec...
- 5. Set permission hidden input: document.que...
- 6. JS click Update button to save
- 7. Token value unchanged -- only scopes wide...
- Maintainer sync (2026-05-01): HQ copy is aut...