Skip to content

Commit

Permalink
Add back conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
aahung committed Jul 12, 2021
1 parent 3c514c4 commit 5f6ef9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codepipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ Resources:
Effect: Allow
Principal:
Service: codepipeline.amazonaws.com
Condition:
StringEquals:
aws:SourceAccount: !Ref AWS::AccountId
# Condition:
# StringEquals:
# aws:SourceAccount: !Ref AWS::AccountId
Policies:
- PolicyName: CodePipelineAccess
PolicyDocument:
Expand Down

0 comments on commit 5f6ef9e

Please sign in to comment.