Merge pull request #1905 from iptv-org/add-virginmediatelevision.ie

Add guide from virginmediatelevision.ie
This commit is contained in:
Aleksandr Statciuk 2023-01-29 21:30:53 +03:00 committed by GitHub
commit a30e59bfb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 752 additions and 0 deletions

View file

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