Skip to content

Commit 3a0743a

Browse files
committed
Configuration for uploading additional sparql resources
1 parent 338aa44 commit 3a0743a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/process-bblocks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
if: github.run_number != 1
1818
name: Validate and process
1919
uses: opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master
20-
# with:
21-
# sparql_username: sparql
22-
# sparql_password: Secr3T
20+
secrets:
21+
sparql_username: ${{ secrets.sparql_username }}
22+
sparql_password: ${{ secrets.sparql_password }}

bblocks-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ schema-oas30-downcompile: False
3030
# push: https://example.com/gsp # SPARQL Graph Store Protocol endpoint for uploading data
3131
# graph: https://my.bblocks.example.com/ # SPARQL Graph where data will be uploaded
3232
# # if left empty, the base URL for the publication will be used
33-
# query: https://example.com/sparql # SPARQL query endpoint where data will be available
33+
# query: https://example.com/sparql # SPARQL query endpoint where data will be available
34+
# resources: # Additional resources to upload apart from building block metadata
35+
# ontologies: true # Whether to upload ontology files to the triplestore

0 commit comments

Comments
 (0)