Skip to content

get-community-index-every-wednesday #189

get-community-index-every-wednesday

get-community-index-every-wednesday #189

name: get-community-index-every-wednesday
on:
schedule:
- cron: '0 13 * * 3'
jobs:
cron:
runs-on: ubuntu-latest
steps:
- name: GET /api/cron/community-index
run: |
curl --fail --verbose -X POST \
--url https://yield-borg.vercel.app/api/cron/community-index \
--header "Authorization: Bearer ${{ secrets.CRON_KEY }}"