Merge pull request #1984 from iptv-org/add-tv.vera.com.uy

Add guide from tv.vera.com.uy
This commit is contained in:
Aleksandr Statciuk 2023-05-27 21:30:33 +03:00 committed by GitHub
commit 4c62b2f365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 279 additions and 0 deletions

17
.github/workflows/tv.vera.com.uy.yml vendored Normal file
View file

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