mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Create nos.pt.yml
This commit is contained in:
parent
555b5b07ab
commit
40a044a4ca
1 changed files with 17 additions and 0 deletions
17
.github/workflows/nos.pt.yml
vendored
Normal file
17
.github/workflows/nos.pt.yml
vendored
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue