Skip to content

Commit

Permalink
Assume role for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Dec 2, 2024
1 parent a92606b commit 7893f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-devops-porter-cd-pipeline-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
--stack-name porter-cd-pipeline \
--template-file porter-cd-pipeline.yml \
--capabilities CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND \
--no-fail-on-empty-changeset
--no-fail-on-empty-changeset \
--role-arn arn:aws:iam::561178107736:role/PRX-GHA-ServiceRoleForCloudFormation
2 changes: 1 addition & 1 deletion devops/porter-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ Resources:
});
}
};
MemorySize: 129
MemorySize: 128
Policies:
- Statement:
- Action: sns:Publish
Expand Down

0 comments on commit 7893f98

Please sign in to comment.