From 6b8ed115e626753a73669ac25f6907be3d565d23 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 10 Mar 2022 21:44:25 +0300 Subject: [PATCH] Create telecablesat.fr.yml --- .github/workflows/telecablesat.fr.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/telecablesat.fr.yml 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 }}