Skip to content

Pass the secrets as secrets #144

Pass the secrets as secrets

Pass the secrets as secrets #144

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/
secrets:
sparql_username: ${{ secrets.UPLOAD_GRAPH_STORE_USERNAME }}

Check failure on line 23 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: 23, Col: 24): Invalid secret, sparql_username is not defined in the referenced workflow. .github/workflows/process-building-blocks.yml (Line: 24, Col: 24): Invalid secret, sparql_password is not defined in the referenced workflow.
sparql_password: ${{ secrets.UPLOAD_GRAPH_STORE_PASSWORD }}