Merge pull request #568 from iptv-org/add-proximusmwc.be

Add guide from proximusmwc.be
This commit is contained in:
Aleksandr Statciuk 2022-03-04 16:58:49 +03:00 committed by GitHub
commit d7e8c84af1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1030 additions and 4 deletions

View file

@ -15,10 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Download data from API
run: |
mkdir -p scripts/data
curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json
- run: npm run api:load
- uses: FedericoCarboni/setup-ffmpeg@v1
- uses: actions/setup-node@v2
if: ${{ !env.ACT }}

17
.github/workflows/proximusmwc.be.yml vendored Normal file
View file

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