From ee2dbfe7e35c5d19d871dbe1388e16004e94c430 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 3 Mar 2022 20:32:19 +0300 Subject: [PATCH] Create artonline.tv.yml --- .github/workflows/artonline.tv.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/artonline.tv.yml diff --git a/.github/workflows/artonline.tv.yml b/.github/workflows/artonline.tv.yml new file mode 100644 index 00000000..8a422300 --- /dev/null +++ b/.github/workflows/artonline.tv.yml @@ -0,0 +1,17 @@ +name: artonline.tv +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 }}