Create canalplus.com.yml

This commit is contained in:
Aleksandr Statciuk 2022-03-07 17:01:06 +03:00
parent a246613328
commit 8280a3a442

17
.github/workflows/canalplus.com.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: canalplus.com
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 }}