Merge pull request #567 from iptv-org/add-artonline.tv

Add guide from artonline.tv
This commit is contained in:
Aleksandr Statciuk 2022-03-03 20:42:17 +03:00 committed by GitHub
commit 259a8100f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 157 additions and 0 deletions

17
.github/workflows/artonline.tv.yml vendored Normal file
View file

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