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

sleep-alert

sleep-alert #48

Workflow file for this run

name: sleep-alert
on:
schedule:
- cron: '30 13 * * *'
workflow_dispatch:
jobs:
sleep-alert:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: bash notify.sh