Delete telenettv.be.yml

This commit is contained in:
Aleksandr Statciuk 2022-10-29 06:02:16 +03:00
parent 2e730120d0
commit 4c9d3a5d62

View file

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