From 375dcf88cf478966b74702339443efed3996a7b2 Mon Sep 17 00:00:00 2001 From: dev Date: Mon, 4 Nov 2024 17:09:58 +0530 Subject: [PATCH] Added workflow to fetch grandtheatrequebec events --- .../workflows/grandtheatrequebec-events.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/grandtheatrequebec-events.yml diff --git a/.github/workflows/grandtheatrequebec-events.yml b/.github/workflows/grandtheatrequebec-events.yml new file mode 100644 index 0000000..0f0064b --- /dev/null +++ b/.github/workflows/grandtheatrequebec-events.yml @@ -0,0 +1,21 @@ +name: Fetch GrandTheatreQuebec Events + +on: + workflow_dispatch: + schedule: + - cron: '0 4 * * 1' + +jobs: + artsdata-fetch-and-push: + runs-on: ubuntu-latest + steps: + - name: Action setup + uses: culturecreates/artsdata-pipeline-action@v2.0.3 + with: + mode: "fetch-push" + artifact: "grandtheatrequebec-ca" + publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}" + downloadFile: "grandtheatrequebec-events.jsonld" + page-url: "https://grandtheatre.qc.ca/programmation/" + entity-identifier: "article.show a" + token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file