Create kan.org.il.yml

This commit is contained in:
Aleksandr Statciuk 2022-03-05 22:49:03 +03:00
parent 12959d446f
commit b79d39e1c6

17
.github/workflows/kan.org.il.yml vendored Normal file
View file

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