Create foxsports.com.au.yml

This commit is contained in:
Aleksandr Statciuk 2022-12-16 01:43:32 +03:00
parent 396c74e86a
commit 5ee0642799

17
.github/workflows/foxsports.com.au.yml vendored Normal file
View file

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