diff --git a/.github/workflows/process-building-blocks.yml b/.github/workflows/process-building-blocks.yml index 9c20281b5..08dee289c 100644 --- a/.github/workflows/process-building-blocks.yml +++ b/.github/workflows/process-building-blocks.yml @@ -19,5 +19,6 @@ jobs: clean: 'true' test_outputs_path: tests viewer_path: ./register/ + secrets: sparql_username: ${{ secrets.UPLOAD_GRAPH_STORE_USERNAME }} sparql_password: ${{ secrets.UPLOAD_GRAPH_STORE_PASSWORD }}