Skip to content

Update Posts

Update Posts #56054

Workflow file for this run

name: Update Posts
on:
workflow_dispatch:
schedule:
- cron: "5-59/10 * * * *"
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: update Rogue Scholar posts
run: |
curl -X POST https://api.rogue-scholar.org/posts -H "Authorization: Bearer ${{ secrets.SUPABASE_KEY }}"