Skip to content

Commit

Permalink
Fix deploy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 22, 2024
1 parent 0222c80 commit fd90c69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

deploy-application:
runs-on: ubuntu-latest
needs: [check-project-std]
steps:
- uses: actions/checkout@v4

Expand Down
3 changes: 3 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Resources:
Properties:
Name: CloudTrail-org-sink
OrgSinkEventBusPolicy:
# TODO Should have a Condition to limit this to events sent by events.amazonaws.com
# since it's only intended to get events from other event buses, not from
# any arbitrary sender
Type: AWS::Events::EventBusPolicy
Properties:
EventBusName: !Ref OrgSinkEventBus
Expand Down

0 comments on commit fd90c69

Please sign in to comment.