Skip to content

Commit

Permalink
change token to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Feb 1, 2024
1 parent 2d1089a commit fa3079b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
SRC_URL: 'https://pasteur.epa.gov/metadata.json'
SRC_OWNER_ORG: '82b85475-f85d-404a-b95b-89d1a42e9f6b'
SRC_SOURCE_TYPE: 'datajson'
CKAN_URL: ${{secrets.CKAN_URL}}
CKAN_URL: ${{secrets.CKAN_URL_STAGING}}
CKAN_API_TOKEN: ${{secrets.CKAN_API_TOKEN_STAGING}}
run: |
source .venv/bin/activate
Expand Down

1 comment on commit fa3079b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
harvester
   __init__.py00100% 
   harvest.py3936565 83%
   utils.py3522 94%
TOTAL4286784% 

Tests Skipped Failures Errors Time
9 0 💤 0 ❌ 0 🔥 3.211s ⏱️

Please sign in to comment.