Skip to content

Commit

Permalink
Pass the secrets as secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 17, 2024
1 parent 6a73a7d commit 19f5632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/process-building-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 19f5632

Please sign in to comment.