Skip to content

Commit 00432c3

Browse files
committed
readme comments
1 parent 901dcda commit 00432c3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jit-customer-scripts/
4343
* To generate a Jit API Key Go to Settings -> Users & Permissions -> API Tokens in your
4444
Jit [dashboard](https://platform.jit.io).
4545

46+
> We recommend generating a fine-grained PAT with read-only access to the organization for the use of this script.
47+
4648
## Installation
4749

4850
1. Clone the repository:
@@ -100,6 +102,8 @@ python src/scripts/create_teams.py teams.json
100102
This command will fetch the repository names and topics from the GitHub API and generate the JSON file. And then it will
101103
create the teams and update the assets.
102104

105+
> We recommend using something like Github Actions and Github secrets to run this script on a schedule to make sure you are always synced.
106+
103107
### Using External JSON File
104108

105109
You can also provide a JSON file containing team details using a command line argument directly. The JSON file should

0 commit comments

Comments
 (0)