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 73cf248 commit 7c976d2Copy full SHA for 7c976d2
.github/workflows/deploy-bots.yml
@@ -24,11 +24,11 @@ jobs:
24
aws-region: us-east-2
25
26
# sam build
27
- - run: sam build --use-container
+ - run: sam build --use-container --beta-features
28
working-directory: bots
29
30
# Run Unit tests- Specify unit tests here
31
32
# 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
+ - 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
34
0 commit comments