Skip to content

Commit

Permalink
Update pipeline command and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Feb 27, 2024
1 parent cc2c95b commit 06e5759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
- name: Deploy infrastructure.yml
run: |
sam deploy --stack-name code-runner-infrastructure \
--template infrastructure.yml
--template infrastructure.yml \
--no-fail-on-empty-changeset
3 changes: 2 additions & 1 deletion ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ Resources:
Action:
- "cloudformation:CreateChangeSet"
- "cloudformation:DescribeChangeSet"
- "cloudformation:ExecuteChangeSet"
- "cloudformation:DescribeStackEvents"
- "cloudformation:DescribeStacks"
- "cloudformation:ExecuteChangeSet"
- "cloudformation:GetTemplateSummary"
- "ecr:CreateRepository"
- "ecr:DeleteRepository"
- "ecr:SetRepositoryPolicy"
Expand Down

0 comments on commit 06e5759

Please sign in to comment.