Skip to content

Fetch KIAC Events

Fetch KIAC Events #6

Workflow file for this run

name: Fetch KIAC Events
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
jobs:
call-workflow-to-fetch-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"
artsdata-push:
runs-on: ubuntu-latest
needs: call-workflow-to-fetch-data
steps:
- name: Action setup
uses: culturecreates/[email protected]
with:
artifact: kiac-ca
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadUrl: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.call-workflow-to-fetch-data.outputs.commit-hash }}/output/kiac-events.jsonld