Skip to content

Commit a63947d

Browse files
committed
adjust env names
1 parent 33b25c1 commit a63947d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- name: Integration Tests on a dedicated cluster
5454
env:
5555
XATA_WORKSPACE_ID: ${{ secrets.INTEGRATION_DC_TEST_WORKSPACE }}
56-
XATA_API_KEY: ${{ secrets.INTEGRATION_DC_TEST_API_KEY }}
57-
XATA_STATIC_DB_NAME: ${{ secrets.INTEGRATION_DC_TEST_API_KEY }}
56+
XATA_API_KEY: ${{ secrets.INTEGRATION_TEST_API_KEY }}
57+
XATA_STATIC_DB_NAME: ${{ secrets.INTEGRATION_DC_STATIC_DB_NAME }}
5858
run: |
5959
poetry run pytest -v --tb=short -W ignore::DeprecationWarning tests/integration-tests/
6060

0 commit comments

Comments
 (0)