Skip to content

Commit

Permalink
chore: update dwd harvester (#875)
Browse files Browse the repository at this point in the history
* chore: use dwd harvester 2.3.0

* chore: add new envs
  • Loading branch information
Jaszkowic authored Apr 29, 2024
1 parent efb3958 commit b778b36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Aggregate rain data from DWD radolan
steps:
- name: Harvester
uses: technologiestiftung/giessdenkiez-de-dwd-harvester@v2.2.2
uses: technologiestiftung/giessdenkiez-de-dwd-harvester@v2.3.0
id: harvester
with:
PG_SERVER: ${{ secrets.PG_SERVER }}
Expand All @@ -32,3 +32,5 @@ jobs:
MAPBOXTILESET: ${{ secrets.MAPBOXTILESET }}
MAPBOXLAYERNAME: ${{ secrets.MAPBOXLAYERNAME }}
SKIP_MAPBOX: "False"
LIMIT_DAYS: ${{ vars.LIMIT_DAYS }}
SURROUNDING_SHAPE_FILE: ${{ vars.SURROUNDING_SHAPE_FILE }}

0 comments on commit b778b36

Please sign in to comment.