From b41d2448427520e84b491406d83cab339e359d10 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 25 Jun 2022 22:58:44 +0300 Subject: [PATCH] Create directv.com.ar.yml --- .github/workflows/directv.com.ar.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/directv.com.ar.yml diff --git a/.github/workflows/directv.com.ar.yml b/.github/workflows/directv.com.ar.yml new file mode 100644 index 00000000..c511551f --- /dev/null +++ b/.github/workflows/directv.com.ar.yml @@ -0,0 +1,17 @@ +name: directv.com.ar +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 }}