Skip to content

daily-cron

daily-cron #851

Workflow file for this run

name: daily-cron
on:
schedule:
- cron: "0 1 * * *"
jobs:
cron:
runs-on: ubuntu-latest
steps:
- name: Call Cron Handler
run: |
curl --request POST \
--url 'https://address-book.claudiorivera.com/api/cron-handler' \
--header 'Authorization: Bearer ${{ secrets.CRON_SECRET }}'