Update Posts #56054
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |