Skip to content

Fetch KIAC Events

Fetch KIAC Events #7

Workflow file for this run

name: Fetch KIAC Events
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
jobs:
call-workflow-to-fetch-and-push-data:
uses: ./.github/workflows/fetch-and-push-to-artsdata.yml
with:
page_url: "https://kiac.ca/calendar-of-events/"
entity_identifier: "div.tribe-events-pro-photo__event-featured-image-wrapper a"
file_name: "kiac-events.jsonld"
is_paginated: "false"
headless: "false"
artifact: "kiac-ca"
secrets:
PUBLISHER_URI_GREGORY: ${{ secrets.PUBLISHER_URI_GREGORY }}