Create movistarplus.es.yml

This commit is contained in:
Aleksandr Statciuk 2022-03-12 13:41:48 +03:00
parent d2ca475679
commit cbca089162

17
.github/workflows/movistarplus.es.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: movistarplus.es
on:
schedule:
- cron: '0 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 }}