Skip to content

Commit

Permalink
Added workflow to fetch grandtheatrequebec events
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Nov 4, 2024
1 parent 624c689 commit 375dcf8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/grandtheatrequebec-events.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Fetch GrandTheatreQuebec Events

on:
workflow_dispatch:
schedule:
- cron: '0 4 * * 1'

jobs:
artsdata-fetch-and-push:
runs-on: ubuntu-latest
steps:
- name: Action setup
uses: culturecreates/[email protected]
with:
mode: "fetch-push"
artifact: "grandtheatrequebec-ca"
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadFile: "grandtheatrequebec-events.jsonld"
page-url: "https://grandtheatre.qc.ca/programmation/"
entity-identifier: "article.show a"
token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 375dcf8

Please sign in to comment.