Skip to content

Commit

Permalink
Fix env in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 17, 2024
1 parent f154076 commit 151dd52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/process-building-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ on:
schedule:
- cron: 0 4 * * 0

env:
SPARQL_USERNAME: ${{ secrets.UPLOAD_GRAPH_STORE_USERNAME }}
SPARQL_PASSWORD: ${{ secrets.UPLOAD_GRAPH_STORE_PASSWORD }}

jobs:
validate-and-process:
uses: opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master
env:
SPARQL_USERNAME: ${{ secrets.UPLOAD_GRAPH_STORE_USERNAME }}
SPARQL_PASSWORD: ${{ secrets.UPLOAD_GRAPH_STORE_PASSWORD }}
with:
items_dir: registereditems
register_file: register.json
Expand Down

0 comments on commit 151dd52

Please sign in to comment.