Skip to content

Commit

Permalink
ci: add CAPABILITY_NAMED_IAM
Browse files Browse the repository at this point in the history
  • Loading branch information
miztch committed Feb 2, 2024
1 parent b3d8bf9 commit 0663803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
--stack-name $STACK_NAME \
--s3-bucket $BUCKET_NAME \
--s3-prefix $STACK_NAME \
--capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND \
--capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND \
--region $REGION \
--force-upload \
--no-confirm-changeset \
Expand Down

0 comments on commit 0663803

Please sign in to comment.