Skip to content

GeoSPARQL context option #6

GeoSPARQL context option

GeoSPARQL context option #6

name: Process Building Blocks
on:
push:
branches: [master]
workflow_dispatch:
schedule:
- cron: 0 4 * * 0
jobs:
validate-and-process:

Check failure on line 11 in .github/workflows/process-building-blocks.yml

View workflow run for this annotation

GitHub Actions / Process Building Blocks

Invalid workflow file

The workflow is not valid. .github/workflows/process-building-blocks.yml (Line: 11, Col: 3): Error calling workflow 'opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master'. The workflow is requesting 'contents: write, pages: write, id-token: write', but is only allowed 'contents: read, pages: none, id-token: none'.
uses: opengeospatial/bblocks-postprocess/.github/workflows/validate-and-process.yml@master
with:
items_dir: registereditems
register_file: register.json
generated_docs_path: generateddocs
annotated_path: annotated-schemas
fail_on_error: 'false'
clean: 'true'
test_outputs_path: tests
viewer_path: ./register/
secrets:
sparql_username: ${{ secrets.UPLOAD_GRAPH_STORE_USERNAME }}
sparql_password: ${{ secrets.UPLOAD_GRAPH_STORE_PASSWORD }}