Update bug scrub docs (#15894)

* Update docs with a few more things

* update about use of PAT
* update around managing output from the script

* Fix spacing and empty line

* finish run on sentence
* update requirements with extra dep needed
This commit is contained in:
Jake Jackson 2025-03-18 11:06:37 -04:00 committed by GitHub
parent 628a0e6a36
commit cd0e27446a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -16,4 +16,11 @@ Get the usage.
```
python generate-sheet.py -h
```
```
## Adding a github Personal Access Token
The scripts looks first for a github personal access token to use to avoid having the scripts calls rate limited, you can create one or use an existing one if you have. The script looks for the PAT under the environment var `GITHUB_ACCESS_TOKEN`.
# For internal spreadsheet usage
AWX engineers will need to import the data generated from the script into a spreadshet manager. Please make sure that you do not replace the existing sheets but make a new one or create a new sheet inside the existing spreadsheet upon import.

View File

@ -1,2 +1,3 @@
requests
pyexcel
pyexcel-ods3