Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Keep Alive

Keep Alive #4

Workflow file for this run

name: Keep Alive
on:
schedule:
# ┌──────────────── minute (0 - 59)
# │ ┌────────────── hour (0 - 23)
# │ │ ┌──────────── day of the month (1 - 31)
# │ │ │ ┌────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌──────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: 0 0 1 * *
permissions:
contents: write
jobs:
keep-alive:
uses: winstxnhdw/actions/.github/workflows/keep-alive.yml@main