Skip to content

Vercel-cron

Vercel-cron #58259

Workflow file for this run

name: Vercel-cron
on:
push:
branches:
- main
schedule:
- cron: '*/30 * * * *'
jobs:
cron:
runs-on: ubuntu-latest
steps:
- name: Call Vercel deploy webhook
run: |
curl -X POST ${{ secrets.VERCEL_HOOKS }}