Skip to content

Commit cd0e274

Browse files
authored
Update bug scrub docs (ansible#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
1 parent 628a0e6 commit cd0e274

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

tools/community-bugscrub/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,11 @@ Get the usage.
1616

1717
```
1818
python generate-sheet.py -h
19-
```
19+
```
20+
21+
## Adding a github Personal Access Token
22+
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`.
23+
24+
25+
# For internal spreadsheet usage
26+
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.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
requests
22
pyexcel
3+
pyexcel-ods3

0 commit comments

Comments
 (0)