Skip to content

Commit

Permalink
Update for S3 Express
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoh authored Mar 13, 2024
1 parent e375596 commit 2e37d70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
branches:
- 'canary*'
env:
tool_rust_version: 1.70.0

Expand Down Expand Up @@ -45,6 +48,7 @@ jobs:
LAMBDA_TEST_S3_BUCKET_NAME: ${{ secrets.CANARY_LAMBDA_TEST_S3_BUCKET }}
LAMBDA_EXECUTION_ROLE_ARN: ${{ secrets.CANARY_LAMBDA_EXECUTION_ROLE_ARN }}
LAMBDA_TEST_S3_MRAP_BUCKET_ARN: ${{ secrets.CANARY_LAMBDA_TEST_S3_MRAP_BUCKET_ARN }}
LAMBDA_TEST_S3_EXPRESS_BUCKET_NAME: ${{ secrets.CANARY_LAMBDA_TEST_S3_EXPRESS_BUCKET_NAME }}
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 2e37d70

Please sign in to comment.