Skip to content

Commit

Permalink
Use inputs instead of env
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 17, 2024
1 parent 151dd52 commit 6a73a7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/process-building-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ 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
Expand All @@ -23,3 +19,5 @@ jobs:
clean: 'true'
test_outputs_path: tests
viewer_path: ./register/
sparql_username: ${{ secrets.UPLOAD_GRAPH_STORE_USERNAME }}
sparql_password: ${{ secrets.UPLOAD_GRAPH_STORE_PASSWORD }}

0 comments on commit 6a73a7d

Please sign in to comment.