From 19f56326c0db28a8409a032d54b7c0ad5c442814 Mon Sep 17 00:00:00 2001 From: Alejandro Villar Date: Wed, 17 Jan 2024 16:14:36 +0100 Subject: [PATCH] Pass the secrets as secrets --- .github/workflows/process-building-blocks.yml | 1 + 1 file changed, 1 insertion(+) 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 }}