Skip to content

Commit ab50ef4

Browse files
committed
update live tests to have auth in gh env
1 parent b2e9f08 commit ab50ef4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
run: make dev_health_check
9393
- name: Run live testing
9494
run: make test_live_integration
95+
env:
96+
JWT_KEY: ${{ secrets.JWT_KEY }}
9597
- name: Run E2E testing
9698
run: make test_e2e
9799
env:

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
python-version: 3.11
9191
- name: Run live testing
9292
run: make test_live_integration
93+
env:
94+
JWT_KEY: ${{ secrets.JWT_KEY }}
9395
- name: Run E2E testing
9496
run: make test_e2e
9597
env:

0 commit comments

Comments
 (0)