Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
fix: update actions iam
Browse files Browse the repository at this point in the history
  • Loading branch information
arantespp committed Feb 1, 2022
1 parent b5dd158 commit 4ff073f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/cli/src/deploy/cicd/cicd.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,12 @@ export const getCicdTemplate = ({
},
{
Effect: 'Allow',
Action: ['ecs:RunTask', 'ecs:DescribeTasks'],
Action: ['ecs:DescribeTasks'],
Resource: '*',
},
{
Effect: 'Allow',
Action: ['ecs:RunTask'],
Resource: [
{
Ref: REPOSITORY_ECS_TASK_DEFINITION_LOGICAL_ID,
Expand Down

0 comments on commit 4ff073f

Please sign in to comment.