Skip to content

Commit

Permalink
Update culturegaspesie-org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier authored Oct 28, 2024
1 parent 82cce52 commit 4a6451c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/culturegaspesie-org.yml
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
.link.w-full
name: Fetch culturegaspesie-org Events

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

jobs:
artsdata-fetch-and-push:
runs-on: ubuntu-latest
steps:
- name: Action setup
uses: culturecreates/[email protected]
with:
mode: "fetch-push"
artifact: "culturegaspesie-org"
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadFile: "culturegaspesie-org.jsonld"
page-url: "https://culturegaspesie.org/evenement/"
entity-identifier: ".link.w-full a"
token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 4a6451c

Please sign in to comment.