Skip to content

Commit

Permalink
add env vars for R2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Aug 4, 2024
1 parent 400eae7 commit fa42a25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,10 @@ jobs:
"cargo bench -p bench-vortex"
env:
BENCHER_TOKEN: ${{ secrets.BENCHER_TOKEN }}
# AWS Credentials for R2 storage tests
AWS_BUCKET: vortex-test
AWS_ENDPOINT: ${{ secrets.AWS_ENDPOINT }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}


0 comments on commit fa42a25

Please sign in to comment.