diff options
-rw-r--r-- | applications/github/README.org | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/applications/github/README.org b/applications/github/README.org index 0ac08ae..80e0a09 100644 --- a/applications/github/README.org +++ b/applications/github/README.org @@ -3,13 +3,13 @@ *NOTE*: I used the same [[https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens][PAT]] for all scripts within this folder. Note that you can likely reduce permissions for certain scripts - it's best practice to define a PAT for a specific purpose and avoid using a single PAT with broad permissions. - Personal Access Token: - - [X] Repository Permissions - - [X] Actions: read-only - - [X] Contents: read-only - - [X] Metadata: read-only - - [X] Workflows: read-only - - [X] Organization Permissions - - [X] Administration: read-only + - [x] Repository Permissions + - [x] Actions: read-only + - [x] Contents: read-only + - [x] Metadata: read-only + - [x] Workflows: read-only + - [x] Organization Permissions + - [x] Administration: read-only * =github_admins.py= @@ -109,4 +109,4 @@ Files changed: Additions: 1, Deletions: 0, Changes: 1 - package.json (added) Additions: 9, Deletions: 0, Changes: 9 -#+end_src
\ No newline at end of file +#+end_src |