We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72508ec commit e409051Copy full SHA for e409051
.github/workflows/deploy-bots.yml
@@ -16,11 +16,11 @@ jobs:
16
aws-region: us-east-2
17
18
# sam build
19
- - run: sam build --use-container
+ - run: sam build --use-container --beta-features
20
working-directory: bots
21
22
# Run Unit tests- Specify unit tests here
23
24
# 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
+ - 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
26
0 commit comments