We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e9f08 commit ab50ef4Copy full SHA for ab50ef4
.github/workflows/deploy-dev.yml
@@ -92,6 +92,8 @@ jobs:
92
run: make dev_health_check
93
- name: Run live testing
94
run: make test_live_integration
95
+ env:
96
+ JWT_KEY: ${{ secrets.JWT_KEY }}
97
- name: Run E2E testing
98
run: make test_e2e
99
env:
.github/workflows/deploy-prod.yml
@@ -90,6 +90,8 @@ jobs:
90
python-version: 3.11
91
0 commit comments