File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments