Skip to content

Commit

Permalink
Fix policies and events
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Dec 20, 2024
1 parent 20d1484 commit 44f4c96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,9 @@ Resources:
- Statement:
- Action: codebuild:StartBuild
Effect: Allow
Resource: !GetAtt CiCodeBuildProject.Arn
Resource:
- !GetAtt CiCodeBuildProject.Arn
- !GetAtt CiCodeBuildArmProject.Arn
Version: "2012-10-17"
Runtime: nodejs20.x
Tags:
Expand Down Expand Up @@ -371,6 +373,7 @@ Resources:
- SUCCEEDED
project-name:
- !Ref CiCodeBuildProject
- !Ref CiCodeBuildArmProject
detail-type:
- CodeBuild Build State Change
source:
Expand Down Expand Up @@ -448,6 +451,7 @@ Resources:
detail:
project-name:
- !Ref CiCodeBuildProject
- !Ref CiCodeBuildArmProject
detail-type:
- CodeBuild Build State Change
source:
Expand Down

0 comments on commit 44f4c96

Please sign in to comment.