Create mytvsuper.com.yml

This commit is contained in:
Aleksandr Statciuk 2022-11-14 03:49:01 +03:00
parent 5b7852d4e6
commit c932bec294

17
.github/workflows/mytvsuper.com.yml vendored Normal file
View file

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