From 7d562e3614d57a1faa70c8a75a4baf3bfe85a212 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 30 Aug 2022 02:51:32 +0300 Subject: [PATCH] Create cgates.lt.yml --- .github/workflows/cgates.lt.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/cgates.lt.yml diff --git a/.github/workflows/cgates.lt.yml b/.github/workflows/cgates.lt.yml new file mode 100644 index 00000000..5e05e759 --- /dev/null +++ b/.github/workflows/cgates.lt.yml @@ -0,0 +1,17 @@ +name: cgates.lt +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 }}