Create raiplay.it

This commit is contained in:
Michele Castellaneta 2022-05-03 12:39:35 +02:00 committed by GitHub
parent 9b2d4531de
commit 9f52b366f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/workflows/raiplay.it vendored Normal file
View file

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