Skip to content

Commit e409051

Browse files
committed
fix: workflow update
1 parent 72508ec commit e409051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-bots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
aws-region: us-east-2
1717

1818
# sam build
19-
- run: sam build --use-container
19+
- run: sam build --use-container --beta-features
2020
working-directory: bots
2121

2222
# Run Unit tests- Specify unit tests here
2323

2424
# sam deploy
25-
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --stack-name kleros-v2-bots --s3-bucket kleros-v2-bots --capabilities CAPABILITY_IAM --region us-east-2
25+
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --stack-name kleros-v2-bots --s3-bucket kleros-v2-bots --region us-east-2 --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM
2626
working-directory: bots

0 commit comments

Comments
 (0)