Skip to content

daily-cron

daily-cron #828

Workflow file for this run

name: daily-cron
on:
schedule:
- cron: '0 */8 * * *'
jobs:
cron:
runs-on: ubuntu-latest
environment: Production
steps:
- name: Call our API route
run: |
curl ${{ secrets.ACCESS_TOKEN }} https://lc-notion.vercel.app/api/update