Merge pull request #1578 from RevGear/skylink.cz

Add guide for Skylink.cz
This commit is contained in:
Aleksandr Statciuk 2022-12-29 22:22:16 +03:00 committed by GitHub
commit fba5e43f68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 425 additions and 0 deletions

17
.github/workflows/skylink.cz.yml vendored Normal file
View file

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