Skip to content

Commit

Permalink
build: fix app-delivery integ test (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
jogold authored and Elad Ben-Israel committed Apr 8, 2019
1 parent cdbe7b6 commit 5d52624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/app-delivery/test/integ.cicd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const source = new cpactions.GitHubSourceAction({
actionName: 'GitHub',
owner: 'awslabs',
repo: 'aws-cdk',
oauthToken: cdk.Secret.plainText('DummyToken'),
oauthToken: cdk.SecretValue.plainText('DummyToken'),
pollForSourceChanges: true,
outputArtifactName: 'Artifact_CICDGitHubF8BA7ADD',
});
Expand Down

0 comments on commit 5d52624

Please sign in to comment.