Skip to content

Commit

Permalink
Move HDX_SITE to var
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Nov 13, 2024
1 parent 2608169 commit 4284b9f
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 @@ -24,7 +24,7 @@ jobs:
pip install .
- name: Run script
env:
HDX_SITE: ${{ secrets.HDX_SITE }}
HDX_SITE: ${{ vars.HDX_SITE }}
HDX_KEY: ${{ secrets.HDX_BOT_SCRAPERS_API_TOKEN }}
PREPREFIX: ${{ vars.HDX_USER_AGENT_PREPREFIX }}
USER_AGENT: ${{ secrets.USER_AGENT }}
Expand Down

0 comments on commit 4284b9f

Please sign in to comment.