Skip to content

Fetch YardBird Events #18

Fetch YardBird Events

Fetch YardBird Events #18

name: Fetch YardBird 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: "yardbirdsuite-com"
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadFile: "yardbirdsuite-events.jsonld"
page-url: "https://yardbirdsuite.com/events/page/"
entity-identifier: "a.h-100.w-100.position-absolute.t-0.l-0.z-999"
is-paginated: "true"
token: "${{ secrets.GITHUB_TOKEN }}"