Skip to content

Commit 4681163

Browse files
committed
Add missing secrets
1 parent 0f02b5f commit 4681163

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/run-python-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
uv run ruff check
3434
3535
- name: Test with pytest
36+
env:
37+
HDX_KEY_TEST: ${{ secrets.HDX_BOT_SCRAPERS_API_TOKEN }}
38+
GSHEET_AUTH: ${{ secrets.HDX_PIPELINE_GSHEET_AUTH }}
3639
run: uv run pytest
3740

3841
- name: Publish Unit Test Results

tests/hdx/api/test_ckan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class TestCKAN:
3232
def configuration(self):
3333
hdx_key = getenv("HDX_KEY_TEST")
3434
Configuration._create(
35-
hdx_site="stage",
35+
hdx_site="demo",
3636
user_agent="test",
3737
hdx_key=hdx_key,
3838
)

0 commit comments

Comments
 (0)