Skip to content

Fetch Agoradanse Events #5

Fetch Agoradanse Events

Fetch Agoradanse Events #5

name: Fetch Agoradanse 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://agoradanse.com/evenement/"
entity_identifier: "div.x-container.max a"
file_name: "agoradanse-events.jsonld"
is_paginated: "false"
headless: "false"
artifact: "agoradanse-com"
secrets:
PUBLISHER_URI_GREGORY: ${{ secrets.PUBLISHER_URI_GREGORY }}