Skip to content

Check for update and release #492

Check for update and release

Check for update and release #492

name: Check for update and release
on:
workflow_dispatch:
schedule:
- cron: '30 10 * * *'
jobs:
call-workflow:
uses: thespad/actions/.github/workflows/check-and-release.yml@v7
with:
repo_owner: "thespad"
app_name: "dive"
release_type: "github"
release_url: "https://api.github.com/repos/wagoodman/dive"
dockerhub_user: "thespad"
secrets:
repo_scoped_token: ${{ secrets.repo_scoped_token }}
dockerhub_password: ${{ secrets.docker_password }}