diff --git a/README.md b/README.md index e44c805..657d18b 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Start up your pipeline, which will deploy to 2 environments, "test" and Mu will ask you for a GitHub token. CodePipeline uses it to watch your repo for changes so that it can automatically deploy them. [Create a new token](https://github.com/settings/tokens) in your own -GitHub account and grant it the "admin:repo_hook" and "admin" permissions. +GitHub account and grant it the "admin:repo_hook" and "repo" permissions. Save it somewhere, like [a nice password manager](https://1password.com). Enter it when mu asks for it. (But don't give it to anything else! ;^) diff --git a/mu.yml b/mu.yml index 65c4b17..eae6353 100644 --- a/mu.yml +++ b/mu.yml @@ -92,3 +92,4 @@ service: #### The environment name to deploy to for production #### (default: production) environment: prod + \ No newline at end of file