Merge pull request #1823 from iptv-org/add-ena.skylifetv.co.kr

Add guide from ena.skylifetv.co.kr
This commit is contained in:
Aleksandr Statciuk
2023-01-25 18:32:54 +03:00
committed by GitHub
6 changed files with 6505 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: ena.skylifetv.co.kr
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 }}