Files
epg/.github/workflows/raiplay.it
Michele Castellaneta 9f52b366f7 Create raiplay.it
2022-05-03 12:39:35 +02:00

18 lines
350 B
Plaintext

name: raiplay.it
on:
schedule:
- cron: '10 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 }}