WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

CRON Reboot Dispatch #56

CRON Reboot Dispatch

CRON Reboot Dispatch #56

name: CRON Reboot Dispatch
on:
schedule:
# Daily at 3 AM UTC
- cron: "0 3 * * *"
workflow_dispatch:
jobs:
reboot-dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger staggered reboot of K3s nodes via private repo
uses: peter-evans/repository-dispatch@de78ac1a711fc6f29e77338f843065faf5335227 # Commit from 19 Sep 2025
with:
token: ${{ secrets.PAT_FOR_TRIGGERING_PRIVATE_WORKFLOWS }}
repository: felix-seifert/gohfert-cluster-private-runners
event-type: k3s-nodes-staggered-reboot
client-payload: '{"ref": "${{ github.ref }}"}'