Skip to content

Commit

Permalink
Added workflow to push DICI.ca events from CMS to Artsdata
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed Jan 28, 2025
1 parent 7cdf75d commit b4dd8d7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Export Culture Mauricie calendar to Artsdata
name: Export Culture Mauricie (DICI.ca) calendar to Artsdata

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Export Culture Mauricie (DICI.ca) calendar to Artsdata (V2)

on:
workflow_dispatch:

jobs:
call-export-workflow:
uses: ./.github/workflows/export-cms-entitiesv2.yml
with:
calendar_id: ${{ vars.DICI_CALENDAR_ID }}
login_email: ${{ vars.CMS_LOGIN_EMAIL }}
secrets:
PUBLISHER_URI_GREGORY: ${{ secrets.PUBLISHER_URI_GREGORY }}
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
LOGIN_PASSWORD: ${{ secrets.CMS_LOGIN_PASSWORD }}

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Export Signe Laval calendar to Artsdata
name: Export Signe Laval calendar to Artsdata (V2)

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Export Tout Culture calendar to Artsdata
name: Export Tout Culture calendar to Artsdata (V2)

on:
workflow_dispatch:
Expand Down

0 comments on commit b4dd8d7

Please sign in to comment.