소스 검색

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.
+