Skip to content

Commit

Permalink
run pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier committed Dec 21, 2023
1 parent a5b4487 commit 9096d0d
Show file tree
Hide file tree
Showing 5 changed files with 18,652 additions and 4,712 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-dump-to-artsdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
curl \
-H 'Content-Type: application/json' \
-X POST http://api.artsdata.ca/databus/ \
--data '{ "artifact": "events",
--data '{ "artifact": "nac-events",
"comment": "NAC Events",
"publisher": "${{ secrets.PUBLISHER_URI_GREGORY }}",
"group": "${{ github.event.repository.name }}",
"version": "${{ steps.version.outputs.dumpdate }}",
"downloadUrl": "",
"downloadFile": "events.jsonld",
"downloadUrl": "https://raw.githubusercontent.com/culturecreates/artsdata-planet-nac/main/output/nac-events.json",
"downloadFile": "nac-events.jsonld",
"reportCallbackUrl": "https://huginn-staging.herokuapp.com/users/1/web_requests/273/databus"
}'
Loading

0 comments on commit 9096d0d

Please sign in to comment.