Skip to content

Commit 7c976d2

Browse files
committed
fix: workflow update
1 parent 73cf248 commit 7c976d2

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
@@ -24,11 +24,11 @@ jobs:
2424
aws-region: us-east-2
2525

2626
# sam build
27-
- run: sam build --use-container
27+
- run: sam build --use-container --beta-features
2828
working-directory: bots
2929

3030
# Run Unit tests- Specify unit tests here
3131

3232
# sam deploy
33-
- 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
33+
- 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
3434
working-directory: bots

0 commit comments

Comments
 (0)