Skip to content

Commit

Permalink
update to use env var
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Feb 13, 2024
1 parent ce40403 commit 25318ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_with_allin1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
env:
AWS_S3_ACCESS_KEY: ${{ secrets.AWS_S3_ACCESS_KEY }}
AWS_S3_SECRET_KEY: ${{ secrets.AWS_S3_SECRET_KEY }}
SR_FE_HOST: 'localhost'
run: ginkgo -v --focus-file=./quickstart_basic_test.go
working-directory: ./ci

Expand Down

0 comments on commit 25318ff

Please sign in to comment.