From 0920e77d406396bfbaadc269215824ddb4ecf29e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 4 Oct 2022 00:41:47 +0300 Subject: [PATCH] Create reportv.com.ar.yml --- .github/workflows/reportv.com.ar.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/reportv.com.ar.yml diff --git a/.github/workflows/reportv.com.ar.yml b/.github/workflows/reportv.com.ar.yml new file mode 100644 index 00000000..72a07de0 --- /dev/null +++ b/.github/workflows/reportv.com.ar.yml @@ -0,0 +1,17 @@ +name: reportv.com.ar +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 }}