From c26cfcc49a0b38652fe550b1b057dba83aa2723b Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 29 Jan 2023 04:26:40 +0300 Subject: [PATCH] Create virginmediatelevision.ie.yml --- .github/workflows/virginmediatelevision.ie.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/virginmediatelevision.ie.yml diff --git a/.github/workflows/virginmediatelevision.ie.yml b/.github/workflows/virginmediatelevision.ie.yml new file mode 100644 index 00000000..44da1cb6 --- /dev/null +++ b/.github/workflows/virginmediatelevision.ie.yml @@ -0,0 +1,17 @@ +name: virginmediatelevision.ie +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 }}