Skip to content

Use inputs instead of env #143

Use inputs instead of env

Use inputs instead of env #143

name: Process Building Blocks
on:
push:
branches: [master]
workflow_dispatch:
schedule:
- cron: 0 4 * * 0
jobs:
validate-and-process:
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/
sparql_username: ${{ secrets.UPLOAD_GRAPH_STORE_USERNAME }}

Check failure on line 22 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: 22, Col: 24): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.UPLOAD_GRAPH_STORE_USERNAME .github/workflows/process-building-blocks.yml (Line: 23, Col: 24): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.UPLOAD_GRAPH_STORE_PASSWORD
sparql_password: ${{ secrets.UPLOAD_GRAPH_STORE_PASSWORD }}