Skip to content

Commit

Permalink
Merge pull request #24 from 0x4447/development
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
davidgatti authored Aug 26, 2019
2 parents b29e17c + 0d1568f commit a964367
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 344 deletions.
7 changes: 7 additions & 0 deletions 03_Parameters/github_account_name.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ParamGitHubAccountName": {
"Description": "The name of the GitHub account, it is the same names that you find in the URL. Organization or private account.",
"Type": "String",
"Default": "0x4447"
}
}
2 changes: 1 addition & 1 deletion 03_Parameters/github_token.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"GitHubToken": {
"Description": "You need to create a Personal access tokens (https://github.com/settings/tokens) for CodePipeline to have access to the GitHub repo despite it being public.",
"Description": "You need to create a Personal access tokens (https://github.com/settings/tokens) for CodePipeline to have access to the GitHub repo even if they are public, and the Scope has to have: repo and admin:repo_hook",
"NoEcho": true,
"Type": "String"
}
Expand Down
2 changes: 1 addition & 1 deletion 07_Resources/Repos/converter/CodePipeline/_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Version": "1"
},
"Configuration": {
"Owner": "0x4447",
"Owner": { "Ref": "ParamGitHubAccountName" },
"Repo": "0x4447-product-s3-email-lambda-converter",
"Branch": { "Ref": "Stage" },
"PollForSourceChanges": false,
Expand Down
2 changes: 1 addition & 1 deletion 07_Resources/Repos/inbound/CodePipeline/_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Version": "1"
},
"Configuration": {
"Owner": "0x4447",
"Owner": { "Ref": "ParamGitHubAccountName" },
"Repo": "0x4447-product-s3-email-lambda-inbound",
"Branch": { "Ref": "Stage" },
"PollForSourceChanges": false,
Expand Down
2 changes: 1 addition & 1 deletion 07_Resources/Repos/outbound/CodePipeline/_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Version": "1"
},
"Configuration": {
"Owner": "0x4447",
"Owner": { "Ref": "ParamGitHubAccountName" },
"Repo": "0x4447-product-s3-email-lambda-outbound",
"Branch": { "Ref": "Stage" },
"PollForSourceChanges": false,
Expand Down
Loading

0 comments on commit a964367

Please sign in to comment.