Skip to content

Commit f3348c8

Browse files
committed
Grant access to serverlessrepo.amazonaws.com [skip ci]
1 parent 7e74d58 commit f3348c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cicd.template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Resources:
5252
Action: s3:GetObject
5353
Resource:
5454
- !Sub arn:aws:s3:::${ArtifactStore}/templates/*
55-
Principal: "*"
55+
Principal:
56+
Service: serverlessrepo.amazonaws.com
5657

5758
BuildProject:
5859
Type: AWS::CodeBuild::Project

0 commit comments

Comments
 (0)