Skip to content

Commit

Permalink
Use var for USER_AGENT
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Nov 21, 2024
1 parent 05441c3 commit 190aac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-python-script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HDX_SITE: ${{ vars.HDX_SITE }}
HDX_KEY: ${{ secrets.HDX_BOT_SCRAPERS_API_TOKEN }}
PREPREFIX: ${{ vars.HDX_USER_AGENT_PREPREFIX }}
USER_AGENT: ${{ secrets.USER_AGENT }}
USER_AGENT: ${{ vars.USER_AGENT }}
EXTRA_PARAMS: ${{ secrets.EXTRA_PARAMS }}
run: |
python -m hdx.scraper.ophi
Expand Down

0 comments on commit 190aac8

Please sign in to comment.