Skip to content

Daily Deadline Notification #20

Daily Deadline Notification

Daily Deadline Notification #20

Workflow file for this run

name: Daily Deadline Notification
on:
schedule:
- cron: "0 5 * * *" # 08:00 по Киеву (UTC+3)
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Send request to Taskino
run: |
curl -X POST "https://taskino-3hzc.onrender.com/api/send-daily/" -H "Authorization: Cron ${{ secrets.CRON_SECRET }}"