Skip to content

Commit 77e0735

Browse files
update
1 parent 3ab4d2b commit 77e0735

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cfn/ESDK-Python.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ Resources:
4343
ReportBuildStatus: false
4444
Type: "GITHUB"
4545
Artifacts:
46-
Type: "NO_ARTIFACTS"
46+
Type: "S3"
47+
Location: !GetAtt GeneratedVectorsArtifactsS3Bucket.BucketName
48+
Name: "/"
4749
Cache:
4850
Type: "NO_CACHE"
4951
Environment:
@@ -318,7 +320,7 @@ Resources:
318320
SecretsManagerCIPolicy:
319321
Type: "AWS::IAM::ManagedPolicy"
320322
Properties:
321-
ManagedPolicyName: !Sub "CryptoTools-SecretsManager-${ProjectName}-release"
323+
ManagedPolicyName: !Sub "CryptoTools-SecretsManagerCI-${ProjectName}-release"
322324
Path: "/service-role/"
323325
PolicyDocument: !Sub |
324326
{

0 commit comments

Comments
 (0)