Skip to content

Check for update and release #207

Check for update and release

Check for update and release #207

name: Check for update and release
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
call-workflow:
uses: linuxserver-labs/docker-actions/.github/workflows/check-and-release.yml@v6
with:
repo_owner: ${{ github.repository_owner }}
app_name: "nomacs"
release_type: "github_tag"
release_url: "https://api.github.com/repos/nomacs/nomacs"
release_name: ""
secrets:
repo_release_token: ${{ secrets.repo_release_token }}