Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs committed Oct 25, 2019
1 parent 90f9e8b commit 3410b2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.swp
*.iml
.idea

Expand Down
3 changes: 2 additions & 1 deletion pipelines/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.js
*.d.ts
*.swp
node_modules
cdk.json
cdk.context.json
cdk.out
cdk.out
2 changes: 1 addition & 1 deletion pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <my-github-personal-access-token>
```

## Customize
Expand Down

0 comments on commit 3410b2a

Please sign in to comment.