Skip to content

Commit

Permalink
Update daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Mar 29, 2024
1 parent f190ae5 commit 30b629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- name: Shoot daily projects
run: python tm_extractor.py --fetch-active-projects ${{ steps.project_hours.outputs.value }}
env:
RAW_DATA_API_BASE_URL: ${{ github.event.inputs.raw_data_api_url || "https://api-prod.raw-data.hotosm.org/v1" }}
RAW_DATA_API_BASE_URL: ${{ github.event.inputs.raw_data_api_url || 'https://api-prod.raw-data.hotosm.org/v1' }}
RAWDATA_API_AUTH_TOKEN: ${{ github.event.inputs.raw_data_api_auth_token || secrets.RAWDATA_API_AUTH_TOKEN }}
TASKING_MANAGER_API_KEY: ${{ github.event.inputs.tasking_manager_api_key || 'None' }}

0 comments on commit 30b629a

Please sign in to comment.