From 86332281b3be5fc05e6b594d7bc36c02100fe1ce Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 8 Feb 2023 07:42:58 +0300 Subject: [PATCH] Create programacion.tcc.com.uy.yml --- .github/workflows/programacion.tcc.com.uy.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/programacion.tcc.com.uy.yml diff --git a/.github/workflows/programacion.tcc.com.uy.yml b/.github/workflows/programacion.tcc.com.uy.yml new file mode 100644 index 00000000..f8327543 --- /dev/null +++ b/.github/workflows/programacion.tcc.com.uy.yml @@ -0,0 +1,17 @@ +name: programacion.tcc.com.uy +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 }}