From 3410b2a4b4a3a7f9d1309ca1e53c7c60540eea08 Mon Sep 17 00:00:00 2001 From: Hsing-Hui Hsu Date: Thu, 24 Oct 2019 15:35:21 -0700 Subject: [PATCH] Fix README --- .gitignore | 1 + pipelines/.gitignore | 3 ++- pipelines/README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c94fdba..d29403c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.swp *.iml .idea diff --git a/pipelines/.gitignore b/pipelines/.gitignore index 7449f6e..838ce11 100644 --- a/pipelines/.gitignore +++ b/pipelines/.gitignore @@ -1,6 +1,7 @@ *.js *.d.ts +*.swp node_modules cdk.json cdk.context.json -cdk.out \ No newline at end of file +cdk.out diff --git a/pipelines/README.md b/pipelines/README.md index 9e1f061..ee792ab 100644 --- a/pipelines/README.md +++ b/pipelines/README.md @@ -17,7 +17,7 @@ In templates/ directory: Create a GitHub [personal access token](https://github.com/settings/tokens) with access to your fork of the repo, including "admin:repo_hook" and "repo" permissions. Then store the token in Secrets Manager: ``` -aws secretsmanager create-secret --region us-east-1 --name TriviaGitHubToken --secret-string --value 12345 +aws secretsmanager create-secret --region us-east-1 --name TriviaGitHubToken --secret-string ``` ## Customize