Skip to content

Commit

Permalink
Merge pull request #182 from ArangoGutierrez/nv_gha
Browse files Browse the repository at this point in the history
Inject secrets for E2E
  • Loading branch information
ArangoGutierrez authored Oct 7, 2024
2 parents 7ca2168 + 304609b commit a3b8262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
make ginkgo
- name: Run e2e-aws tests
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: ./hack/e2e_tests.sh aws

- name: Archive test logs
Expand Down

0 comments on commit a3b8262

Please sign in to comment.