Skip to content

Check for new ZMK releases #1

Check for new ZMK releases

Check for new ZMK releases #1

Workflow file for this run

name: Check for new ZMK releases
on:
workflow_dispatch:
schedule:
- cron: "0 22 * * *" # Run daily at 22:00 UTC (17:00 ET)
jobs:
build:
uses: urob/zmk-modules-actions/.github/workflows/upgrade-zmk.yml@main
permissions:
contents: write
secrets: inherit