Skip to content

Commit

Permalink
Updated repo name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus Bernal committed Apr 7, 2021
1 parent c40bff5 commit 81263ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class PipelineStack extends Stack {
actionName: 'Source',
output: sourceArtifacts,
owner: ssm.StringParameter.fromStringParameterName(this, 'GithubUsername', 'github_username').stringValue,
repo: 'audit-service-sample',
repo: 'amazon-eventbridge-cdk-audit-service-sample',
oauthToken: SecretValue.secretsManager('github_token', { jsonField: 'github_token' }),
branch: 'main'
}),
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "audit-service-sample",
"version": "0.1.0",
"name": "amazon-eventbridge-cdk-audit-service-sample",
"version": "1.0.0",
"bin": {
"audit-service-sample": "bin/audit-service-sample.js"
},
Expand Down
2 changes: 1 addition & 1 deletion synth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -euo pipefail

echo "********************************************"
echo "* Synthesizing Audit Service sample *"
echo "* Synthesizing Audit Service sample *"
echo "********************************************"
echo ;

Expand Down

0 comments on commit 81263ba

Please sign in to comment.