Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige committed Aug 3, 2023
1 parent 2665f64 commit 041df7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/stacks/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def set_codebuild_iam_roles(self):
'codecommit:GitPush',
'codecommit:ListTagsForResource',
],
resources=[f'arn:aws:codecommit:{self.region}:{self.account}:dataall'],
resources=[f'arn:aws:codecommit:{self.region}:{self.account}:dataall-testing'],
)
],
)
Expand Down

0 comments on commit 041df7a

Please sign in to comment.