Create tv24.se.yml

This commit is contained in:
Aleksandr Statciuk 2022-08-26 06:40:26 +03:00
parent 605e86577f
commit 8cb06349f1

17
.github/workflows/tv24.se.yml vendored Normal file
View file

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