Skip to content

Commit 096d0d5

Browse files
committed
Test secrets
1 parent a7435b2 commit 096d0d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-build-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
pip install -r ./requirements/development.txt
4444
4545
- name: Run E2E tests
46+
env:
47+
TEST_USER: integrations_testing
48+
TEST_KEY: ${{ secrets.TEST_KEY }}
4649
run: |
4750
sh ./tests/e2e/scripts/test_e2e_runner.sh
4851

0 commit comments

Comments
 (0)