Skip to content

Fetch spec.qc.ca Events #45

Fetch spec.qc.ca Events

Fetch spec.qc.ca Events #45

name: Fetch spec.qc.ca Events
on:
workflow_dispatch:
schedule:
- cron: '0 7 * * 3'
jobs:
artsdata-fetch-and-push:
runs-on: ubuntu-latest
steps:
- name: Action setup
uses: culturecreates/artsdata-pipeline-action@v2
with:
mode: "fetch-push"
artifact: "spec-qc-ca-events"
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadFile: "spec-qc-ca-events.jsonld"
page-url: "https://spec.qc.ca/programmation"
# entity-identifier: ".headlining__component"
entity-identifier: "div.programmation-programmation__results a"
token: "${{ secrets.GITHUB_TOKEN }}"