Skip to content

Commit

Permalink
Updated workflows to use [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Feb 14, 2024
1 parent 6652f45 commit 483d933
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 36 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/capitoltheatre-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ jobs:
needs: fetch-and-commit-data
steps:
- name: Action setup
uses: culturecreates/artsdata-pipeline-action@v1.0.0
uses: culturecreates/artsdata-pipeline-action@v1.1.0
with:
artifact_name: capitoltheatre-ca
page_url: https://capitoltheatre.ca/
publisher_uri: "${{ secrets.PUBLISHER_URI_GREGORY }}"
download_uri: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/capitoltheatre-events.jsonld
download_file: capitoltheatre-events.jsonld
group: artsdata-orion
artifact: capitoltheatre-ca
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadUrl: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/capitoltheatre-events.jsonld
11 changes: 4 additions & 7 deletions .github/workflows/levivier-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,8 @@ jobs:
needs: fetch-and-commit-data
steps:
- name: Action setup
uses: culturecreates/artsdata-pipeline-action@v1.0.0
uses: culturecreates/artsdata-pipeline-action@v1.1.0
with:
artifact_name: levivier-ca
page_url: https://levivier.ca/fr
publisher_uri: "${{ secrets.PUBLISHER_URI_GREGORY }}"
download_uri: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/levivier-events.jsonld
download_file: levivier-events.jsonld
group: artsdata-orion
artifact: levivier-ca
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadUrl: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/levivier-events.jsonld
12 changes: 4 additions & 8 deletions .github/workflows/rcaaq-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,9 @@ jobs:
needs: fetch-and-commit-data
steps:
- name: Action setup
uses: culturecreates/artsdata-pipeline-action@v1.0.0
uses: culturecreates/artsdata-pipeline-action@v1.1.0
with:
artifact_name: reseauartactuel-org
page_url: https://reseauartactuel.org/liste_evenements/
publisher_uri: "${{ secrets.PUBLISHER_URI_GREGORY }}"
download_uri: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/rcaaq-events.jsonld
download_file: rcaaq-events.jsonld
group: artsdata-orion

artifact: reseauartactuel-org
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadUrl: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/rcaaq-events.jsonld

11 changes: 4 additions & 7 deletions .github/workflows/totem-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ jobs:
needs: fetch-and-commit-data
steps:
- name: Action setup
uses: culturecreates/artsdata-pipeline-action@v1.0.0
uses: culturecreates/artsdata-pipeline-action@v1.1.0
with:
artifact_name: totemcontemporain-com
page_url: https://totemcontemporain.com/fr/calendrier
publisher_uri: "${{ secrets.PUBLISHER_URI_GREGORY }}"
download_uri: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/totem-events.jsonld
download_file: totem-events.jsonld
group: artsdata-orion
artifact: totemcontemporain-com
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadUrl: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/totem-events.jsonld
11 changes: 4 additions & 7 deletions .github/workflows/yardbirdsuite-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,8 @@ jobs:
needs: fetch-and-commit-data
steps:
- name: Action setup
uses: culturecreates/artsdata-pipeline-action@v1.0.0
uses: culturecreates/artsdata-pipeline-action@v1.1.0
with:
artifact_name: yardbirdsuite-com
page_url: https://yardbirdsuite.com/events/
publisher_uri: "${{ secrets.PUBLISHER_URI_GREGORY }}"
download_uri: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/yardbirdsuite-events.jsonld
download_file: yardbirdsuite-events.jsonld
group: artsdata-orion
artifact: yardbirdsuite-com
publisher: "${{ secrets.PUBLISHER_URI_GREGORY }}"
downloadUrl: https://raw.githubusercontent.com/culturecreates/artsdata-orion/${{ needs.fetch-and-commit-data.outputs.commit-hash }}/output/yardbirdsuite-events.jsonld

0 comments on commit 483d933

Please sign in to comment.