Skip to content

Check for new ZMK releases #16

Check for new ZMK releases

Check for new ZMK releases #16

Workflow file for this run

name: Check for new ZMK releases
on:
workflow_dispatch:
schedule:
- cron: "0 22 * * *" # Run daily at 22:00 UTC
permissions:
contents: write
jobs:
upgrade-zmk:
uses: urob/zmk-modules-actions/.github/workflows/upgrade-zmk.yml@v1
secrets:
# Name of PAT with write access to pull requests
token: ${{ secrets.ZMK_ACTIONS_TOKEN }}