Skip to content

Check for update and release #970

Check for update and release

Check for update and release #970

name: Check for update and release
on:
workflow_dispatch:
schedule:
- cron: '45 0 * * *'
jobs:
call-workflow:
uses: thespad/actions/.github/workflows/[email protected]
with:
repo_owner: "thespad"
app_name: "get_iplayer"
release_type: "github"
release_url: "https://api.github.com/repos/get-iplayer/get_iplayer"
dockerhub_user: "thespad"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}
dockerhub_password: ${{ secrets.docker_password }}