Merge pull request #1893 from iptv-org/add-nos.pt

Add guide from nos.pt
This commit is contained in:
Aleksandr Statciuk
2023-01-29 03:01:48 +03:00
committed by GitHub
8 changed files with 7688 additions and 0 deletions

17
.github/workflows/nos.pt.yml vendored Normal file
View File

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