Skip to content

Fetch LeVivier Events #21

Fetch LeVivier Events

Fetch LeVivier Events #21

name: Fetch LeVivier Events
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 */6 *'
jobs:
artsdata-fetch-and-push:
runs-on: ubuntu-latest
steps:
- name: Action setup
uses: culturecreates/artsdata-pipeline-action@v2
with:
mode: "fetch-push"
artifact: "levivier-ca"
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadFile: "levivier-events.jsonld"
page-url: "https://levivier.ca/fr"
entity-identifier: "div.cont-even a"
token: "${{ secrets.GITHUB_TOKEN }}"