diff --git a/.github/workflows/telecablesat.fr.yml b/.github/workflows/telecablesat.fr.yml new file mode 100644 index 00000000..21fedf8e --- /dev/null +++ b/.github/workflows/telecablesat.fr.yml @@ -0,0 +1,17 @@ +name: telecablesat.fr +on: + schedule: + - cron: '0 0 * * *' + workflow_dispatch: + workflow_run: + workflows: [_trigger] + types: + - completed +jobs: + load: + uses: ./.github/workflows/_load.yml + with: + site: ${{github.workflow}} + secrets: + APP_ID: ${{ secrets.APP_ID }} + APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}