Переглянути джерело

Notes on permissions for github token

Fred Damstra 4 роки тому
батько
коміт
6844eb3808
1 змінених файлів з 7 додано та 1 видалено
  1. 7 1
      base/codebuild_artifact/README.md

+ 7 - 1
base/codebuild_artifact/README.md

@@ -19,4 +19,10 @@ The service account (mdr-aws-codebuild) needs to have a personal access token ma
 1) In github, go to `settings->Developer Settings->Personal Access Tokens`
 2) Click 'Generate Token'
 3) Give it a name (e.g. `terragrunt`)
-4) TBD.. which permissions are needed?
+4) Give it the following permission groups:
+  * repo
+  * admin:repo_hook
+5) Create the token.
+
+Record it someplace safe.
+