Skip to content

Discord Market Notification Cron Job #105025

Discord Market Notification Cron Job

Discord Market Notification Cron Job #105025

# Posts the market values for the global room to Discord periodically.
name: Discord Market Notification Cron Job
on:
schedule:
- cron: '*/15 * * * *' # Every 15 minutes
jobs:
cron:
runs-on: ubuntu-latest
steps:
- name: Call Publish Endpoint
run: |
curl --request GET \
--url 'https://farmhand.vercel.app/api/publish-global-market-values-to-discord'