From e98bfadef93e1ee4767798f3efcfad15c0fa2dcd Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 11 Jan 2023 16:15:59 +0300 Subject: [PATCH] Create superguidatv.it.yml --- .github/workflows/superguidatv.it.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/superguidatv.it.yml diff --git a/.github/workflows/superguidatv.it.yml b/.github/workflows/superguidatv.it.yml new file mode 100644 index 00000000..a0942d08 --- /dev/null +++ b/.github/workflows/superguidatv.it.yml @@ -0,0 +1,17 @@ +name: superguidatv.it +on: + schedule: + - cron: '0 3 * * *' + 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 }}