Create worldfishingnetwork.com.yml

This commit is contained in:
Aleksandr Statciuk 2023-01-23 16:29:25 +03:00
parent 0122bff9d3
commit 20b4381d84

View file

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