Skip to content

Fetch Imperial-Theatre Events #3

Fetch Imperial-Theatre Events

Fetch Imperial-Theatre Events #3

name: Fetch Imperial-Theatre Events
on:
workflow_dispatch:
schedule:
- cron: '0 3 * * 1'
jobs:
call-workflow-to-fetch-data:
uses: ./.github/workflows/fetch-data.yml
with:
page_url: "https://imperialtheatre.ca/events/?_paged="
entity_identifier: "div.fl-post-image a"
file_name: "imperialtheatre-events.jsonld"
is_paginated: "true"
headless: "false"
artsdata-push:
runs-on: ubuntu-latest
needs: call-workflow-to-fetch-data
steps:
- name: Action setup
uses: culturecreates/[email protected]
with:
artifact: imperialtheatre-ca
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadUrl: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.call-workflow-to-fetch-data.outputs.commit-hash }}/output/imperialtheatre-events.jsonld