Skip to content

checkout in base workflow #8

checkout in base workflow

checkout in base workflow #8

name: Update universes
on:
schedule:
- cron: '27 7 * * *'
# FIXME: remove
push:
branches:
- feat/ci
jobs:
update-universes:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Update demo universe
uses: ./.github/workflows/update-universes-base.yml
with:
env-name: demo
env-config-file: universe-demo.yaml
datagouv-url: https://demo.data.gouv.fr
api-key-secret: DATAGOUV_API_KEY_DEMO
- name: Update prod universe
uses: ./.github/workflows/update-universes-base.yml
with:
env-name: prod
env-config-file: universe-prod.yaml
datagouv-url: https://www.data.gouv.fr
api-key-secret: DATAGOUV_API_KEY_PROD