Skip to content

Check for new ZMK releases #21

Check for new ZMK releases

Check for new ZMK releases #21

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-actions/.github/workflows/upgrade-zmk.yml@v2
secrets:
# Name of PAT with write access to pull requests
token: ${{ secrets.ZMK_ACTIONS_TOKEN }}